Html Css Color HEX #20A002 Islamic Green

📋 copy color: '#20A002'

red 32 ◦ green 160 ◦ blue 2

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

Shades of Islamic Green #20A002

Tints of Islamic Green #20A002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 16.49%
G = 82.47%
B = 1.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#20A002 (or 0x20A002) is known color: Islamic Green. HEX triplet: 20, A0 and 02. RGB value is (32,160,2). Sum of RGB (Red+Green+Blue) = 32+160+2=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 160 (62.89% from 255 or 82.47% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 160 - color contains mainly: green. Hex color #20A002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A002 is #DF5FFD. Grayscale: #686868. Windows color (decimal): -14639102 or 172064. OLE color: 172064.

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

Color convert

RGB 32 160 2 -
CMYK 0.80 0 0.99 0.37
HSL 108.61º 0.98% 0.32% -
HSV(B) 108.61º 0.99% 0.63% -
XYZ 13.18 25.45 4.28 -
YUV 103.72 70.59 76.85 -
System Red Green Blue C M Y K H S L
Decimal 32 160 2 0.80 0 0.99 0.37 108.61 0.98 0.32
Hex 20 A0 2 50 0 63 25 6D 62 20
Octal 40 240 2 120 0 143 45 155 142 40
Binary 100000 10100000 10 1010000 0 1100011 100101 1101101 1100010 100000

Color Harmonies of #20A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20A002

Black with #20A002

Text Example


Text Example

White with #20A002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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