#0CA81D

Color #0CA81D Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0CA81D

Tints of Islamic Green #0CA81D

Color information

#0CA81D (or 0x0CA81D) is unknown color: approx Islamic Green. HEX triplet: 0C, A8 and 1D. RGB value is (12,168,29). Sum of RGB (Red+Green+Blue) = 12+168+29=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 168 (66.02% from 255 or 80.38% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA81D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA81D is #F357E2. Grayscale: #696969. Windows color (decimal): -15947747 or 1943564. OLE color: 1943564.

HSL color Cylindrical-coordinate representation of color #0CA81D: hue angle of 126.54º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA81D is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB1216829-
CMYK0.9300.830.34
HSL126.54º86.67%35.29%-
HSV(B)126.54º92.86%65.88%-
XYZ14.3828.175.84-
YUV105.5184.8261.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 5.74%
GREEN value IS 168 (66.02% from 255) = 80.38%
BLUE value IS 29 (11.72% from 255) = 13.88%
R=5.74%
G=80.38%
B=13.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12168290.9300.830.34126.5486.6735.29
HexCA81D5D053227f5723
Octal142503513501234217712743
Binary1100101010001110110111010101001110001011111111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CA81D; }

 p { color: rgb(12,168,29); }

 H1.HeaderClassName
 {
   color: #0CA81D;
 }
 .AnyTagClassName
 {
   color: #0CA81D;
 }
</style>
background-color css

<style>
 a { background-color: #0CA81D; }

 a { background-color: rgb(12,168,29); }

 div.DivClassName
 {
   background-color: #0CA81D;
 }
 .BgClassName
 {
   background-color: #0CA81D;
 }
</style>
border-color css

<style>
 span { border-color: #0CA81D; }

 span { border-color: rgb(12,168,29); }

 td.TdClassName
 {
   border-color: #0CA81D;
 }
 .TagClassName
 {
   border-color: #0CA81D;
 }
</style>