#0EB30C

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

Shades of Islamic Green #0EB30C

Tints of Islamic Green #0EB30C

Color information

#0EB30C (or 0x0EB30C) is unknown color: approx Islamic Green. HEX triplet: 0E, B3 and 0C. RGB value is (14,179,12). Sum of RGB (Red+Green+Blue) = 14+179+12=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 179 (70.31% from 255 or 87.32% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB30C is #F14CF3. Grayscale: #6F6F6F. Windows color (decimal): -15813876 or 832270. OLE color: 832270.

HSL color Cylindrical-coordinate representation of color #0EB30C: hue angle of 119.28º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB30C is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1417912-
CMYK0.9200.930.30
HSL119.28º87.43%37.45%-
HSV(B)119.28º93.3%70.2%-
XYZ16.3732.365.73-
YUV110.6372.3459.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.83%
GREEN value IS 179 (70.31% from 255) = 87.32%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=6.83%
G=87.32%
B=5.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14179120.9200.930.30119.2887.4337.45
HexEB3C5C05D1E775725
Octal162631413401353616712745
Binary11101011001111001011100010111011111011101111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,179,12); }

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

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

 a { background-color: rgb(14,179,12); }

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

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

 span { border-color: rgb(14,179,12); }

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