Html Css Color HEX #0EA610 Islamic Green

📋 copy color: '#0EA610'

red 14 ◦ green 166 ◦ blue 16

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

Shades of Islamic Green #0EA610

Tints of Islamic Green #0EA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 84.69%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 7.14%
G = 84.69%
B = 8.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#0EA610 (or 0x0EA610) is known color: Islamic Green. HEX triplet: 0E, A6 and 10. RGB value is (14,166,16). Sum of RGB (Red+Green+Blue) = 14+166+16=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 166 (65.23% from 255 or 84.69% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA610 is #F159EF. Grayscale: #676767. Windows color (decimal): -15817200 or 1091086. OLE color: 1091086.

HSL color Cylindrical-coordinate representation of color #0EA610: hue angle of 120.79º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA610 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 166 16 -
CMYK 0.92 0 0.90 0.35
HSL 120.79º 0.84% 0.35% -
HSV(B) 120.79º 0.92% 0.65% -
XYZ 13.91 27.4 5.05 -
YUV 103.45 78.64 64.2 -
System Red Green Blue C M Y K H S L
Decimal 14 166 16 0.92 0 0.90 0.35 120.79 0.84 0.35
Hex E A6 10 5C 0 5A 23 79 54 23
Octal 16 246 20 134 0 132 43 171 124 43
Binary 1110 10100110 10000 1011100 0 1011010 100011 1111001 1010100 100011

Color Harmonies of #0EA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA610

Black with #0EA610

Text Example


Text Example

White with #0EA610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,16); }

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

background-color css

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

 a { background-color: rgb(14,166,16); }

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

border-color css

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

 span { border-color: rgb(14,166,16); }

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