Html Css Color HEX #0EB11C Islamic Green

📋 copy color: '#0EB11C'

red 14 ◦ green 177 ◦ blue 28

#0EB11C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0EB11C

Tints of Islamic Green #0EB11C

RGB

 RED value IS 14 (5.86% from 255) = 6.39%

 GREEN value IS 177 (69.53% from 255) = 80.82%

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 6.39%
G = 80.82%
B = 12.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#0EB11C (or 0x0EB11C) is known color: Islamic Green. HEX triplet: 0E, B1 and 1C. RGB value is (14,177,28). Sum of RGB (Red+Green+Blue) = 14+177+28=219 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.39% from 219); Green value is 177 (69.53% from 255 or 80.82% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EB11C is #F14EE3. Grayscale: #6F6F6F. Windows color (decimal): -15814372 or 1880334. OLE color: 1880334.

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

Color convert

RGB 14 177 28 -
CMYK 0.92 0 0.84 0.31
HSL 125.15º 0.85% 0.37% -
HSV(B) 125.15º 0.92% 0.69% -
XYZ 16.11 31.62 6.35 -
YUV 111.28 81 58.62 -
System Red Green Blue C M Y K H S L
Decimal 14 177 28 0.92 0 0.84 0.31 125.15 0.85 0.37
Hex E B1 1C 5C 0 54 1F 7D 55 25
Octal 16 261 34 134 0 124 37 175 125 45
Binary 1110 10110001 11100 1011100 0 1010100 11111 1111101 1010101 100101

Color Harmonies of #0EB11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB11C

Black with #0EB11C

Text Example


Text Example

White with #0EB11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EB11C;
 }
 .AnyTagClassName
 {
   color: #0EB11C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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