#0EBA0A

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

Shades of Islamic Green #0EBA0A

Tints of Islamic Green #0EBA0A

Color information

#0EBA0A (or 0x0EBA0A) is unknown color: approx Islamic Green. HEX triplet: 0E, BA and 0A. RGB value is (14,186,10). Sum of RGB (Red+Green+Blue) = 14+186+10=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 186 (73.05% from 255 or 88.57% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EBA0A is #F145F5. Grayscale: #737373. Windows color (decimal): -15812086 or 702990. OLE color: 702990.

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

Color convert

RGB1418610-
CMYK0.9200.950.27
HSL118.64º89.8%38.43%-
HSV(B)118.64º94.62%72.94%-
XYZ17.7935.236.15-
YUV114.5169.0256.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.67%
GREEN value IS 186 (73.05% from 255) = 88.57%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=6.67%
G=88.57%
B=4.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14186100.9200.950.27118.6489.838.43
HexEBAA5C05F1B775a26
Octal162721213401373316713246
Binary11101011101010101011100010111111101111101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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