Html Css Color HEX #0EB500 Islamic Green

📋 copy color: '#0EB500'

red 14 ◦ green 181 ◦ blue 0

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

Shades of Islamic Green #0EB500

Tints of Islamic Green #0EB500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 92.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.18%
G = 92.82%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#0EB500 (or 0x0EB500) is known color: Islamic Green. HEX triplet: 0E, B5 and 00. RGB value is (14,181,0). Sum of RGB (Red+Green+Blue) = 14+181+0=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 181 (71.09% from 255 or 92.82% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB500 is #F14AFF. Grayscale: #6E6E6E. Windows color (decimal): -15813376 or 46350. OLE color: 46350.

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

Color convert

RGB 14 181 0 -
CMYK 0.92 0 1 0.29
HSL 115.36º 1% 0.35% -
HSV(B) 115.36º 1% 0.71% -
XYZ 16.7 33.14 5.52 -
YUV 110.43 65.67 59.22 -
System Red Green Blue C M Y K H S L
Decimal 14 181 0 0.92 0 1 0.29 115.36 1 0.35
Hex E B5 0 5C 0 64 1D 73 64 23
Octal 16 265 0 134 0 144 35 163 144 43
Binary 1110 10110101 0 1011100 0 1100100 11101 1110011 1100100 100011

Color Harmonies of #0EB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB500

Black with #0EB500

Text Example


Text Example

White with #0EB500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,181,0); }

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

background-color css

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

 a { background-color: rgb(14,181,0); }

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

border-color css

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

 span { border-color: rgb(14,181,0); }

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