Html Css Color HEX #0CAC19 Islamic Green

📋 copy color: '#0CAC19'

red 12 ◦ green 172 ◦ blue 25

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

Shades of Islamic Green #0CAC19

Tints of Islamic Green #0CAC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 5.74%
G = 82.3%
B = 11.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#0CAC19 (or 0x0CAC19) is known color: Islamic Green. HEX triplet: 0C, AC and 19. RGB value is (12,172,25). Sum of RGB (Red+Green+Blue) = 12+172+25=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 172 (67.58% from 255 or 82.30% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAC19 is #F353E6. Grayscale: #6B6B6B. Windows color (decimal): -15946727 or 1682444. OLE color: 1682444.

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

Color convert

RGB 12 172 25 -
CMYK 0.93 0 0.85 0.33
HSL 124.88º 0.87% 0.36% -
HSV(B) 124.88º 0.93% 0.67% -
XYZ 15.08 29.65 5.85 -
YUV 107.4 81.49 59.95 -
System Red Green Blue C M Y K H S L
Decimal 12 172 25 0.93 0 0.85 0.33 124.88 0.87 0.36
Hex C AC 19 5D 0 55 21 7D 57 24
Octal 14 254 31 135 0 125 41 175 127 44
Binary 1100 10101100 11001 1011101 0 1010101 100001 1111101 1010111 100100

Color Harmonies of #0CAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC19

Black with #0CAC19

Text Example


Text Example

White with #0CAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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