Html Css Color HEX #0CAB0C Islamic Green

📋 copy color: '#0CAB0C'

red 12 ◦ green 171 ◦ blue 12

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

Shades of Islamic Green #0CAB0C

Tints of Islamic Green #0CAB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 6.15%
G = 87.69%
B = 6.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#0CAB0C (or 0x0CAB0C) is known color: Islamic Green. HEX triplet: 0C, AB and 0C. RGB value is (12,171,12). Sum of RGB (Red+Green+Blue) = 12+171+12=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 171 (67.19% from 255 or 87.69% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAB0C is #F354F3. Grayscale: #696969. Windows color (decimal): -15946996 or 830220. OLE color: 830220.

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

Color convert

RGB 12 171 12 -
CMYK 0.93 0 0.93 0.33
HSL 120º 0.87% 0.36% -
HSV(B) 120º 0.93% 0.67% -
XYZ 14.78 29.23 5.21 -
YUV 105.33 75.32 61.43 -
System Red Green Blue C M Y K H S L
Decimal 12 171 12 0.93 0 0.93 0.33 120 0.87 0.36
Hex C AB C 5D 0 5D 21 78 57 24
Octal 14 253 14 135 0 135 41 170 127 44
Binary 1100 10101011 1100 1011101 0 1011101 100001 1111000 1010111 100100

Color Harmonies of #0CAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB0C

Black with #0CAB0C

Text Example


Text Example

White with #0CAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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