Html Css Color HEX #0EB20D Islamic Green

📋 copy color: '#0EB20D'

red 14 ◦ green 178 ◦ blue 13

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

Shades of Islamic Green #0EB20D

Tints of Islamic Green #0EB20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 86.83%

 BLUE value IS 13 (5.47% from 255) = 6.34%

R = 6.83%
G = 86.83%
B = 6.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#0EB20D (or 0x0EB20D) is known color: Islamic Green. HEX triplet: 0E, B2 and 0D. RGB value is (14,178,13). Sum of RGB (Red+Green+Blue) = 14+178+13=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 178 (69.92% from 255 or 86.83% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB20D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB20D is #F14DF2. Grayscale: #6E6E6E. Windows color (decimal): -15814131 or 897550. OLE color: 897550.

HSL color Cylindrical-coordinate representation of color #0EB20D: hue angle of 119.64º degrees, saturation: 0.86, 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 #0EB20D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 178 13 -
CMYK 0.92 0 0.93 0.30
HSL 119.64º 0.86% 0.37% -
HSV(B) 119.64º 0.93% 0.7% -
XYZ 16.17 31.96 5.7 -
YUV 110.15 73.17 59.42 -
System Red Green Blue C M Y K H S L
Decimal 14 178 13 0.92 0 0.93 0.30 119.64 0.86 0.37
Hex E B2 D 5C 0 5D 1E 78 56 25
Octal 16 262 15 134 0 135 36 170 126 45
Binary 1110 10110010 1101 1011100 0 1011101 11110 1111000 1010110 100101

Color Harmonies of #0EB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB20D

Black with #0EB20D

Text Example


Text Example

White with #0EB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,178,13); }

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

background-color css

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

 a { background-color: rgb(14,178,13); }

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

border-color css

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

 span { border-color: rgb(14,178,13); }

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