Html Css Color HEX #0EA10F Islamic Green

📋 copy color: '#0EA10F'

red 14 ◦ green 161 ◦ blue 15

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

Shades of Islamic Green #0EA10F

Tints of Islamic Green #0EA10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 84.74%

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

R = 7.37%
G = 84.74%
B = 7.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#0EA10F (or 0x0EA10F) is known color: Islamic Green. HEX triplet: 0E, A1 and 0F. RGB value is (14,161,15). Sum of RGB (Red+Green+Blue) = 14+161+15=190 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.37% from 190); Green value is 161 (63.28% from 255 or 84.74% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA10F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA10F is #F15EF0. Grayscale: #646464. Windows color (decimal): -15818481 or 1024270. OLE color: 1024270.

HSL color Cylindrical-coordinate representation of color #0EA10F: hue angle of 120.41º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA10F is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 161 15 -
CMYK 0.91 0 0.91 0.37
HSL 120.41º 0.84% 0.34% -
HSV(B) 120.41º 0.91% 0.63% -
XYZ 13.01 25.62 4.71 -
YUV 100.4 79.8 66.37 -
System Red Green Blue C M Y K H S L
Decimal 14 161 15 0.91 0 0.91 0.37 120.41 0.84 0.34
Hex E A1 F 5B 0 5B 25 78 54 22
Octal 16 241 17 133 0 133 45 170 124 42
Binary 1110 10100001 1111 1011011 0 1011011 100101 1111000 1010100 100010

Color Harmonies of #0EA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA10F

Black with #0EA10F

Text Example


Text Example

White with #0EA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,161,15); }

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

background-color css

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

 a { background-color: rgb(14,161,15); }

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

border-color css

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

 span { border-color: rgb(14,161,15); }

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