Html Css Color HEX #0CAC0F Islamic Green

📋 copy color: '#0CAC0F'

red 12 ◦ green 172 ◦ blue 15

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

Shades of Islamic Green #0CAC0F

Tints of Islamic Green #0CAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 6.03%
G = 86.43%
B = 7.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#0CAC0F (or 0x0CAC0F) is known color: Islamic Green. HEX triplet: 0C, AC and 0F. RGB value is (12,172,15). Sum of RGB (Red+Green+Blue) = 12+172+15=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 172 (67.58% from 255 or 86.43% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0CAC0F is #F353F0. Grayscale: #6A6A6A. Windows color (decimal): -15946737 or 1027084. OLE color: 1027084.

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

Color convert

RGB 12 172 15 -
CMYK 0.93 0 0.91 0.33
HSL 121.13º 0.87% 0.36% -
HSV(B) 121.13º 0.93% 0.67% -
XYZ 14.99 29.62 5.38 -
YUV 106.26 76.49 60.77 -
System Red Green Blue C M Y K H S L
Decimal 12 172 15 0.93 0 0.91 0.33 121.13 0.87 0.36
Hex C AC F 5D 0 5B 21 79 57 24
Octal 14 254 17 135 0 133 41 171 127 44
Binary 1100 10101100 1111 1011101 0 1011011 100001 1111001 1010111 100100

Color Harmonies of #0CAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC0F

Black with #0CAC0F

Text Example


Text Example

White with #0CAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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