Html Css Color HEX #0CAA1C Islamic Green

📋 copy color: '#0CAA1C'

red 12 ◦ green 170 ◦ blue 28

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

Shades of Islamic Green #0CAA1C

Tints of Islamic Green #0CAA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 5.71%
G = 80.95%
B = 13.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#0CAA1C (or 0x0CAA1C) is known color: Islamic Green. HEX triplet: 0C, AA and 1C. RGB value is (12,170,28). Sum of RGB (Red+Green+Blue) = 12+170+28=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 170 (66.80% from 255 or 80.95% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAA1C is #F355E3. Grayscale: #6A6A6A. Windows color (decimal): -15947236 or 1878540. OLE color: 1878540.

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

Color convert

RGB 12 170 28 -
CMYK 0.93 0 0.84 0.33
HSL 126.08º 0.87% 0.36% -
HSV(B) 126.08º 0.93% 0.67% -
XYZ 14.74 28.91 5.9 -
YUV 106.57 83.65 60.55 -
System Red Green Blue C M Y K H S L
Decimal 12 170 28 0.93 0 0.84 0.33 126.08 0.87 0.36
Hex C AA 1C 5D 0 54 21 7E 57 24
Octal 14 252 34 135 0 124 41 176 127 44
Binary 1100 10101010 11100 1011101 0 1010100 100001 1111110 1010111 100100

Color Harmonies of #0CAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA1C

Black with #0CAA1C

Text Example


Text Example

White with #0CAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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