Html Css Color HEX #0CAB0A Islamic Green

📋 copy color: '#0CAB0A'

red 12 ◦ green 171 ◦ blue 10

#0CAB0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0CAB0A

Tints of Islamic Green #0CAB0A

RGB

 RED value IS 12 (5.08% from 255) = 6.22%

 GREEN value IS 171 (67.19% from 255) = 88.6%

 BLUE value IS 10 (4.3% from 255) = 5.18%

R = 6.22%
G = 88.6%
B = 5.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#0CAB0A (or 0x0CAB0A) is known color: Islamic Green. HEX triplet: 0C, AB and 0A. RGB value is (12,171,10). Sum of RGB (Red+Green+Blue) = 12+171+10=193 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.22% from 193); Green value is 171 (67.19% from 255 or 88.60% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAB0A is #F354F5. Grayscale: #696969. Windows color (decimal): -15946998 or 699148. OLE color: 699148.

HSL color Cylindrical-coordinate representation of color #0CAB0A: hue angle of 119.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAB0A is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 10 -
CMYK 0.93 0 0.94 0.33
HSL 119.25º 0.89% 0.35% -
HSV(B) 119.25º 0.94% 0.67% -
XYZ 14.77 29.23 5.15 -
YUV 105.11 74.32 61.59 -
System Red Green Blue C M Y K H S L
Decimal 12 171 10 0.93 0 0.94 0.33 119.25 0.89 0.35
Hex C AB A 5D 0 5E 21 77 59 23
Octal 14 253 12 135 0 136 41 167 131 43
Binary 1100 10101011 1010 1011101 0 1011110 100001 1110111 1011001 100011

Color Harmonies of #0CAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB0A

Black with #0CAB0A

Text Example


Text Example

White with #0CAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,171,10); }

 H1.HeaderClassName
 {
   color: #0CAB0A;
 }
 .AnyTagClassName
 {
   color: #0CAB0A;
 }
</style>

background-color css

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

 a { background-color: rgb(12,171,10); }

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

border-color css

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

 span { border-color: rgb(12,171,10); }

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