Html Css Color HEX #0CAB12 Islamic Green

📋 copy color: '#0CAB12'

red 12 ◦ green 171 ◦ blue 18

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

Shades of Islamic Green #0CAB12

Tints of Islamic Green #0CAB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 5.97%
G = 85.07%
B = 8.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#0CAB12 (or 0x0CAB12) is known color: Islamic Green. HEX triplet: 0C, AB and 12. RGB value is (12,171,18). Sum of RGB (Red+Green+Blue) = 12+171+18=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 171 (67.19% from 255 or 85.07% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 171 - color contains mainly: green. Hex color #0CAB12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAB12 is #F354ED. Grayscale: #6A6A6A. Windows color (decimal): -15946990 or 1223436. OLE color: 1223436.

HSL color Cylindrical-coordinate representation of color #0CAB12: hue angle of 122.26º 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 #0CAB12 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 171 18 -
CMYK 0.93 0 0.89 0.33
HSL 122.26º 0.87% 0.36% -
HSV(B) 122.26º 0.93% 0.67% -
XYZ 14.82 29.25 5.44 -
YUV 106.02 78.32 60.94 -
System Red Green Blue C M Y K H S L
Decimal 12 171 18 0.93 0 0.89 0.33 122.26 0.87 0.36
Hex C AB 12 5D 0 59 21 7A 57 24
Octal 14 253 22 135 0 131 41 172 127 44
Binary 1100 10101011 10010 1011101 0 1011001 100001 1111010 1010111 100100

Color Harmonies of #0CAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAB12

Black with #0CAB12

Text Example


Text Example

White with #0CAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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