Html Css Color HEX #0CAC1E Islamic Green

📋 copy color: '#0CAC1E'

red 12 ◦ green 172 ◦ blue 30

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

Shades of Islamic Green #0CAC1E

Tints of Islamic Green #0CAC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 5.61%
G = 80.37%
B = 14.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#0CAC1E (or 0x0CAC1E) is known color: Islamic Green. HEX triplet: 0C, AC and 1E. RGB value is (12,172,30). Sum of RGB (Red+Green+Blue) = 12+172+30=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 172 (67.58% from 255 or 80.37% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAC1E is #F353E1. Grayscale: #6C6C6C. Windows color (decimal): -15946722 or 2010124. OLE color: 2010124.

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

Color convert

RGB 12 172 30 -
CMYK 0.93 0 0.83 0.33
HSL 126.75º 0.87% 0.36% -
HSV(B) 126.75º 0.93% 0.67% -
XYZ 15.14 29.68 6.16 -
YUV 107.97 83.99 59.55 -
System Red Green Blue C M Y K H S L
Decimal 12 172 30 0.93 0 0.83 0.33 126.75 0.87 0.36
Hex C AC 1E 5D 0 53 21 7F 57 24
Octal 14 254 36 135 0 123 41 177 127 44
Binary 1100 10101100 11110 1011101 0 1010011 100001 1111111 1010111 100100

Color Harmonies of #0CAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAC1E

Black with #0CAC1E

Text Example


Text Example

White with #0CAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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