Html Css Color HEX #0EC10B Islamic Green

📋 copy color: '#0EC10B'

red 14 ◦ green 193 ◦ blue 11

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

Shades of Islamic Green #0EC10B

Tints of Islamic Green #0EC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 88.53%

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 6.42%
G = 88.53%
B = 5.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#0EC10B (or 0x0EC10B) is known color: Islamic Green. HEX triplet: 0E, C1 and 0B. RGB value is (14,193,11). Sum of RGB (Red+Green+Blue) = 14+193+11=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 193 (75.78% from 255 or 88.53% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC10B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC10B is #F13EF4. Grayscale: #777777. Windows color (decimal): -15810293 or 770318. OLE color: 770318.

HSL color Cylindrical-coordinate representation of color #0EC10B: hue angle of 119.01º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EC10B is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 11 -
CMYK 0.93 0 0.94 0.24
HSL 119.01º 0.89% 0.4% -
HSV(B) 119.01º 0.94% 0.76% -
XYZ 19.31 38.26 6.68 -
YUV 118.73 67.2 53.3 -
System Red Green Blue C M Y K H S L
Decimal 14 193 11 0.93 0 0.94 0.24 119.01 0.89 0.4
Hex E C1 B 5D 0 5E 18 77 59 28
Octal 16 301 13 135 0 136 30 167 131 50
Binary 1110 11000001 1011 1011101 0 1011110 11000 1110111 1011001 101000

Color Harmonies of #0EC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC10B

Black with #0EC10B

Text Example


Text Example

White with #0EC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,193,11); }

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

background-color css

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

 a { background-color: rgb(14,193,11); }

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

border-color css

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

 span { border-color: rgb(14,193,11); }

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