Html Css Color HEX #0CAC12 Islamic Green

📋 copy color: '#0CAC12'

red 12 ◦ green 172 ◦ blue 18

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

Shades of Islamic Green #0CAC12

Tints of Islamic Green #0CAC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.91%

R = 5.94%
G = 85.15%
B = 8.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#0CAC12 (or 0x0CAC12) is known color: Islamic Green. HEX triplet: 0C, AC and 12. RGB value is (12,172,18). Sum of RGB (Red+Green+Blue) = 12+172+18=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 172 (67.58% from 255 or 85.15% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAC12 is #F353ED. Grayscale: #6B6B6B. Windows color (decimal): -15946734 or 1223692. OLE color: 1223692.

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

Color convert

RGB 12 172 18 -
CMYK 0.93 0 0.90 0.33
HSL 122.25º 0.87% 0.36% -
HSV(B) 122.25º 0.93% 0.67% -
XYZ 15.01 29.63 5.5 -
YUV 106.6 77.99 60.52 -
System Red Green Blue C M Y K H S L
Decimal 12 172 18 0.93 0 0.90 0.33 122.25 0.87 0.36
Hex C AC 12 5D 0 5A 21 7A 57 24
Octal 14 254 22 135 0 132 41 172 127 44
Binary 1100 10101100 10010 1011101 0 1011010 100001 1111010 1010111 100100

Color Harmonies of #0CAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC12

Black with #0CAC12

Text Example


Text Example

White with #0CAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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