#0EB107

Color #0EB107 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0EB107

Tints of Islamic Green #0EB107

Color information

#0EB107 (or 0x0EB107) is unknown color: approx Islamic Green. HEX triplet: 0E, B1 and 07. RGB value is (14,177,7). Sum of RGB (Red+Green+Blue) = 14+177+7=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 177 (69.53% from 255 or 89.39% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB107 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB107 is #F14EF8. Grayscale: #6D6D6D. Windows color (decimal): -15814393 or 504078. OLE color: 504078.

HSL color Cylindrical-coordinate representation of color #0EB107: hue angle of 117.53º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EB107 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB141777-
CMYK0.9200.960.31
HSL117.53º92.39%36.08%-
HSV(B)117.53º96.05%69.41%-
XYZ15.9431.555.45-
YUV108.8870.560.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.07%
GREEN value IS 177 (69.53% from 255) = 89.39%
BLUE value IS 7 (3.12% from 255) = 3.54%
R=7.07%
G=89.39%
B=3.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1417770.9200.960.31117.5392.3936.08
HexEB175C0601F765c24
Octal16261713401403716613444
Binary1110101100011111011100011000001111111101101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,177,7); }

 H1.HeaderClassName
 {
   color: #0EB107;
 }
 .AnyTagClassName
 {
   color: #0EB107;
 }
</style>
background-color css

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

 a { background-color: rgb(14,177,7); }

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

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

 span { border-color: rgb(14,177,7); }

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