Html Css Color HEX #20B50E Islamic Green

📋 copy color: '#20B50E'

red 32 ◦ green 181 ◦ blue 14

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

Shades of Islamic Green #20B50E

Tints of Islamic Green #20B50E

RGB

 RED value IS 32 (12.89% from 255) = 14.1%

 GREEN value IS 181 (71.09% from 255) = 79.74%

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 14.1%
G = 79.74%
B = 6.17%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#20B50E (or 0x20B50E) is known color: Islamic Green. HEX triplet: 20, B5 and 0E. RGB value is (32,181,14). Sum of RGB (Red+Green+Blue) = 32+181+14=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 181 (71.09% from 255 or 79.74% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 181 - color contains mainly: green. Hex color #20B50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B50E is #DF4AF1. Grayscale: #757575. Windows color (decimal): -14633714 or 963872. OLE color: 963872.

HSL color Cylindrical-coordinate representation of color #20B50E: hue angle of 113.53º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20B50E is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 181 14 -
CMYK 0.82 0 0.92 0.29
HSL 113.53º 0.86% 0.38% -
HSV(B) 113.53º 0.92% 0.71% -
XYZ 17.2 33.39 5.95 -
YUV 117.41 69.64 67.08 -
System Red Green Blue C M Y K H S L
Decimal 32 181 14 0.82 0 0.92 0.29 113.53 0.86 0.38
Hex 20 B5 E 52 0 5C 1D 72 56 26
Octal 40 265 16 122 0 134 35 162 126 46
Binary 100000 10110101 1110 1010010 0 1011100 11101 1110010 1010110 100110

Color Harmonies of #20B50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B50E

Black with #20B50E

Text Example


Text Example

White with #20B50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B50E; }

 p { color: rgb(32,181,14); }

 H1.HeaderClassName
 {
   color: #20B50E;
 }
 .AnyTagClassName
 {
   color: #20B50E;
 }
</style>

background-color css

<style>
 a { background-color: #20B50E; }

 a { background-color: rgb(32,181,14); }

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

border-color css

<style>
 span { border-color: #20B50E; }

 span { border-color: rgb(32,181,14); }

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