Html Css Color HEX #0EA510 Islamic Green

📋 copy color: '#0EA510'

red 14 ◦ green 165 ◦ blue 16

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

Shades of Islamic Green #0EA510

Tints of Islamic Green #0EA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 84.62%

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

R = 7.18%
G = 84.62%
B = 8.21%

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

#0EA510 (or 0x0EA510) is known color: Islamic Green. HEX triplet: 0E, A5 and 10. RGB value is (14,165,16). Sum of RGB (Red+Green+Blue) = 14+165+16=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 165 (64.84% from 255 or 84.62% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 165 - color contains mainly: green. Hex color #0EA510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA510 is #F15AEF. Grayscale: #676767. Windows color (decimal): -15817456 or 1090830. OLE color: 1090830.

HSL color Cylindrical-coordinate representation of color #0EA510: 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 #0EA510 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 165 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.73 27.04 4.99 -
YUV 102.87 78.97 64.62 -
System Red Green Blue C M Y K H S L
Decimal 14 165 16 0.92 0 0.90 0.35 120.79 0.84 0.35
Hex E A5 10 5C 0 5A 23 79 54 23
Octal 16 245 20 134 0 132 43 171 124 43
Binary 1110 10100101 10000 1011100 0 1011010 100011 1111001 1010100 100011

Color Harmonies of #0EA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA510

Black with #0EA510

Text Example


Text Example

White with #0EA510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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