Html Css Color HEX #0EAB0C Islamic Green

📋 copy color: '#0EAB0C'

red 14 ◦ green 171 ◦ blue 12

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

Shades of Islamic Green #0EAB0C

Tints of Islamic Green #0EAB0C

RGB

 RED value IS 14 (5.86% from 255) = 7.11%

 GREEN value IS 171 (67.19% from 255) = 86.8%

 BLUE value IS 12 (5.08% from 255) = 6.09%

R = 7.11%
G = 86.8%
B = 6.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#0EAB0C (or 0x0EAB0C) is known color: Islamic Green. HEX triplet: 0E, AB and 0C. RGB value is (14,171,12). Sum of RGB (Red+Green+Blue) = 14+171+12=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 171 (67.19% from 255 or 86.80% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAB0C is #F154F3. Grayscale: #6A6A6A. Windows color (decimal): -15815924 or 830222. OLE color: 830222.

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

Color convert

RGB 14 171 12 -
CMYK 0.92 0 0.93 0.33
HSL 119.25º 0.87% 0.36% -
HSV(B) 119.25º 0.93% 0.67% -
XYZ 14.81 29.25 5.21 -
YUV 105.93 74.99 62.43 -
System Red Green Blue C M Y K H S L
Decimal 14 171 12 0.92 0 0.93 0.33 119.25 0.87 0.36
Hex E AB C 5C 0 5D 21 77 57 24
Octal 16 253 14 134 0 135 41 167 127 44
Binary 1110 10101011 1100 1011100 0 1011101 100001 1110111 1010111 100100

Color Harmonies of #0EAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAB0C

Black with #0EAB0C

Text Example


Text Example

White with #0EAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,171,12); }

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

background-color css

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

 a { background-color: rgb(14,171,12); }

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

border-color css

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

 span { border-color: rgb(14,171,12); }

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