Html Css Color HEX #0EB915 Islamic Green

📋 copy color: '#0EB915'

red 14 ◦ green 185 ◦ blue 21

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

Shades of Islamic Green #0EB915

Tints of Islamic Green #0EB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 84.09%

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 6.36%
G = 84.09%
B = 9.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#0EB915 (or 0x0EB915) is known color: Islamic Green. HEX triplet: 0E, B9 and 15. RGB value is (14,185,21). Sum of RGB (Red+Green+Blue) = 14+185+21=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 185 (72.66% from 255 or 84.09% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB915 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB915 is #F146EA. Grayscale: #737373. Windows color (decimal): -15812331 or 1423630. OLE color: 1423630.

HSL color Cylindrical-coordinate representation of color #0EB915: hue angle of 122.46º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB915 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 185 21 -
CMYK 0.92 0 0.89 0.27
HSL 122.46º 0.86% 0.39% -
HSV(B) 122.46º 0.92% 0.73% -
XYZ 17.67 34.85 6.5 -
YUV 115.18 74.85 55.84 -
System Red Green Blue C M Y K H S L
Decimal 14 185 21 0.92 0 0.89 0.27 122.46 0.86 0.39
Hex E B9 15 5C 0 59 1B 7A 56 27
Octal 16 271 25 134 0 131 33 172 126 47
Binary 1110 10111001 10101 1011100 0 1011001 11011 1111010 1010110 100111

Color Harmonies of #0EB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB915

Black with #0EB915

Text Example


Text Example

White with #0EB915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,21); }

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

background-color css

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

 a { background-color: rgb(14,185,21); }

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

border-color css

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

 span { border-color: rgb(14,185,21); }

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