#0EB103

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

Shades of Islamic Green #0EB103

Tints of Islamic Green #0EB103

Color information

#0EB103 (or 0x0EB103) is unknown color: approx Islamic Green. HEX triplet: 0E, B1 and 03. RGB value is (14,177,3). Sum of RGB (Red+Green+Blue) = 14+177+3=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 177 (69.53% from 255 or 91.24% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB103 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB103 is #F14EFC. Grayscale: #6C6C6C. Windows color (decimal): -15814397 or 241934. OLE color: 241934.

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

Color convert

RGB141773-
CMYK0.9200.980.31
HSL116.21º96.67%35.29%-
HSV(B)116.21º98.31%69.41%-
XYZ15.9231.545.34-
YUV108.4368.560.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.22%
GREEN value IS 177 (69.53% from 255) = 91.24%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=7.22%
G=91.24%
B=1.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1417730.9200.980.31116.2196.6735.29
HexEB135C0621F746123
Octal16261313401423716414143
Binary111010110001111011100011000101111111101001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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