Html Css Color HEX #0CAA04 Islamic Green

📋 copy color: '#0CAA04'

red 12 ◦ green 170 ◦ blue 4

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

Shades of Islamic Green #0CAA04

Tints of Islamic Green #0CAA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 6.45%
G = 91.4%
B = 2.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#0CAA04 (or 0x0CAA04) is known color: Islamic Green. HEX triplet: 0C, AA and 04. RGB value is (12,170,4). Sum of RGB (Red+Green+Blue) = 12+170+4=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 170 (66.80% from 255 or 91.40% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAA04 is #F355FB. Grayscale: #686868. Windows color (decimal): -15947260 or 305676. OLE color: 305676.

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

Color convert

RGB 12 170 4 -
CMYK 0.93 0 0.98 0.33
HSL 117.11º 0.95% 0.34% -
HSV(B) 117.11º 0.98% 0.67% -
XYZ 14.55 28.84 4.91 -
YUV 103.83 71.65 62.5 -
System Red Green Blue C M Y K H S L
Decimal 12 170 4 0.93 0 0.98 0.33 117.11 0.95 0.34
Hex C AA 4 5D 0 62 21 75 5F 22
Octal 14 252 4 135 0 142 41 165 137 42
Binary 1100 10101010 100 1011101 0 1100010 100001 1110101 1011111 100010

Color Harmonies of #0CAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA04

Black with #0CAA04

Text Example


Text Example

White with #0CAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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