Html Css Color HEX #0CAA12 Islamic Green

📋 copy color: '#0CAA12'

red 12 ◦ green 170 ◦ blue 18

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

Shades of Islamic Green #0CAA12

Tints of Islamic Green #0CAA12

RGB

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

 GREEN value IS 170 (66.8% from 255) = 85%

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

R = 6%
G = 85%
B = 9%

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

#0CAA12 (or 0x0CAA12) is known color: Islamic Green. HEX triplet: 0C, AA and 12. RGB value is (12,170,18). Sum of RGB (Red+Green+Blue) = 12+170+18=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 170 (66.80% from 255 or 85% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAA12 is #F355ED. Grayscale: #696969. Windows color (decimal): -15947246 or 1223180. OLE color: 1223180.

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

Color convert

RGB 12 170 18 -
CMYK 0.93 0 0.89 0.33
HSL 122.28º 0.87% 0.36% -
HSV(B) 122.28º 0.93% 0.67% -
XYZ 14.64 28.87 5.37 -
YUV 105.43 78.65 61.36 -
System Red Green Blue C M Y K H S L
Decimal 12 170 18 0.93 0 0.89 0.33 122.28 0.87 0.36
Hex C AA 12 5D 0 59 21 7A 57 24
Octal 14 252 22 135 0 131 41 172 127 44
Binary 1100 10101010 10010 1011101 0 1011001 100001 1111010 1010111 100100

Color Harmonies of #0CAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA12

Black with #0CAA12

Text Example


Text Example

White with #0CAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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