Html Css Color HEX #0EA00F Islamic Green

📋 copy color: '#0EA00F'

red 14 ◦ green 160 ◦ blue 15

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

Shades of Islamic Green #0EA00F

Tints of Islamic Green #0EA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 84.66%

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

R = 7.41%
G = 84.66%
B = 7.94%

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

#0EA00F (or 0x0EA00F) is known color: Islamic Green. HEX triplet: 0E, A0 and 0F. RGB value is (14,160,15). Sum of RGB (Red+Green+Blue) = 14+160+15=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 160 (62.89% from 255 or 84.66% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA00F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA00F is #F15FF0. Grayscale: #646464. Windows color (decimal): -15818737 or 1024014. OLE color: 1024014.

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

Color convert

RGB 14 160 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 12.84 25.27 4.65 -
YUV 99.82 80.13 66.79 -
System Red Green Blue C M Y K H S L
Decimal 14 160 15 0.91 0 0.91 0.37 120.41 0.84 0.34
Hex E A0 F 5B 0 5B 25 78 54 22
Octal 16 240 17 133 0 133 45 170 124 42
Binary 1110 10100000 1111 1011011 0 1011011 100101 1111000 1010100 100010

Color Harmonies of #0EA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA00F

Black with #0EA00F

Text Example


Text Example

White with #0EA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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