Html Css Color HEX #20A005 Islamic Green

📋 copy color: '#20A005'

red 32 ◦ green 160 ◦ blue 5

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

Shades of Islamic Green #20A005

Tints of Islamic Green #20A005

RGB

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

 GREEN value IS 160 (62.89% from 255) = 81.22%

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 16.24%
G = 81.22%
B = 2.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#20A005 (or 0x20A005) is known color: Islamic Green. HEX triplet: 20, A0 and 05. RGB value is (32,160,5). Sum of RGB (Red+Green+Blue) = 32+160+5=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 160 (62.89% from 255 or 81.22% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 160 - color contains mainly: green. Hex color #20A005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A005 is #DF5FFA. Grayscale: #686868. Windows color (decimal): -14639099 or 368672. OLE color: 368672.

HSL color Cylindrical-coordinate representation of color #20A005: hue angle of 109.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20A005 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 32 160 5 -
CMYK 0.80 0 0.97 0.37
HSL 109.55º 0.94% 0.32% -
HSV(B) 109.55º 0.97% 0.63% -
XYZ 13.19 25.46 4.36 -
YUV 104.06 72.09 76.6 -
System Red Green Blue C M Y K H S L
Decimal 32 160 5 0.80 0 0.97 0.37 109.55 0.94 0.32
Hex 20 A0 5 50 0 61 25 6E 5E 20
Octal 40 240 5 120 0 141 45 156 136 40
Binary 100000 10100000 101 1010000 0 1100001 100101 1101110 1011110 100000

Color Harmonies of #20A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A005

Black with #20A005

Text Example


Text Example

White with #20A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,160,5); }

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

background-color css

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

 a { background-color: rgb(32,160,5); }

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

border-color css

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

 span { border-color: rgb(32,160,5); }

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