Html Css Color HEX #0CAC03 Islamic Green

📋 copy color: '#0CAC03'

red 12 ◦ green 172 ◦ blue 3

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

Shades of Islamic Green #0CAC03

Tints of Islamic Green #0CAC03

RGB

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

 GREEN value IS 172 (67.58% from 255) = 91.98%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 6.42%
G = 91.98%
B = 1.6%

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

#0CAC03 (or 0x0CAC03) is known color: Islamic Green. HEX triplet: 0C, AC and 03. RGB value is (12,172,3). Sum of RGB (Red+Green+Blue) = 12+172+3=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 172 (67.58% from 255 or 91.98% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAC03 is #F353FC. Grayscale: #696969. Windows color (decimal): -15946749 or 240652. OLE color: 240652.

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

Color convert

RGB 12 172 3 -
CMYK 0.93 0 0.98 0.33
HSL 116.8º 0.97% 0.34% -
HSV(B) 116.8º 0.98% 0.67% -
XYZ 14.92 29.59 5.01 -
YUV 104.89 70.49 61.74 -
System Red Green Blue C M Y K H S L
Decimal 12 172 3 0.93 0 0.98 0.33 116.8 0.97 0.34
Hex C AC 3 5D 0 62 21 75 61 22
Octal 14 254 3 135 0 142 41 165 141 42
Binary 1100 10101100 11 1011101 0 1100010 100001 1110101 1100001 100010

Color Harmonies of #0CAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC03

Black with #0CAC03

Text Example


Text Example

White with #0CAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,172,3); }

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

background-color css

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

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

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

border-color css

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

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

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