#0EB70A

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

Shades of Islamic Green #0EB70A

Tints of Islamic Green #0EB70A

Color information

#0EB70A (or 0x0EB70A) is unknown color: approx Islamic Green. HEX triplet: 0E, B7 and 0A. RGB value is (14,183,10). Sum of RGB (Red+Green+Blue) = 14+183+10=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 183 (71.88% from 255 or 88.41% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB70A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB70A is #F148F5. Grayscale: #717171. Windows color (decimal): -15812854 or 702222. OLE color: 702222.

HSL color Cylindrical-coordinate representation of color #0EB70A: hue angle of 118.61º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EB70A is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB1418310-
CMYK0.9200.950.28
HSL118.61º89.64%37.84%-
HSV(B)118.61º94.54%71.76%-
XYZ17.1733.985.94-
YUV112.7570.0157.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.76%
GREEN value IS 183 (71.88% from 255) = 88.41%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=6.76%
G=88.41%
B=4.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14183100.9200.950.28118.6189.6437.84
HexEB7A5C05F1C775a26
Octal162671213401373416713246
Binary11101011011110101011100010111111110011101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,183,10); }

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

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

 a { background-color: rgb(14,183,10); }

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

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

 span { border-color: rgb(14,183,10); }

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