Html Css Color HEX #0CAC01 Islamic Green

📋 copy color: '#0CAC01'

red 12 ◦ green 172 ◦ blue 1

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

Shades of Islamic Green #0CAC01

Tints of Islamic Green #0CAC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 6.49%
G = 92.97%
B = 0.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#0CAC01 (or 0x0CAC01) is known color: Islamic Green. HEX triplet: 0C, AC and 01. RGB value is (12,172,1). Sum of RGB (Red+Green+Blue) = 12+172+1=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 172 (67.58% from 255 or 92.97% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAC01 is #F353FE. Grayscale: #696969. Windows color (decimal): -15946751 or 109580. OLE color: 109580.

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

Color convert

RGB 12 172 1 -
CMYK 0.93 0 0.99 0.33
HSL 116.14º 0.99% 0.34% -
HSV(B) 116.14º 0.99% 0.67% -
XYZ 14.91 29.59 4.95 -
YUV 104.67 69.49 61.9 -
System Red Green Blue C M Y K H S L
Decimal 12 172 1 0.93 0 0.99 0.33 116.14 0.99 0.34
Hex C AC 1 5D 0 63 21 74 63 22
Octal 14 254 1 135 0 143 41 164 143 42
Binary 1100 10101100 1 1011101 0 1100011 100001 1110100 1100011 100010

Color Harmonies of #0CAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC01

Black with #0CAC01

Text Example


Text Example

White with #0CAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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