Html Css Color HEX #20AB46 Dark Pastel Green

📋 copy color: '#20AB46'

red 32 ◦ green 171 ◦ blue 70

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

Shades of Dark Pastel Green #20AB46

Tints of Dark Pastel Green #20AB46

RGB

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

 GREEN value IS 171 (67.19% from 255) = 62.64%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 11.72%
G = 62.64%
B = 25.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#20AB46 (or 0x20AB46) is known color: Dark Pastel Green. HEX triplet: 20, AB and 46. RGB value is (32,171,70). Sum of RGB (Red+Green+Blue) = 32+171+70=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #20AB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AB46 is #DF54B9. Grayscale: #767676. Windows color (decimal): -14636218 or 4631328. OLE color: 4631328.

HSL color Cylindrical-coordinate representation of color #20AB46: hue angle of 136.4º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AB46 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 171 70 -
CMYK 0.81 0 0.59 0.33
HSL 136.4º 0.68% 0.4% -
HSV(B) 136.4º 0.81% 0.67% -
XYZ 16.26 29.88 10.7 -
YUV 117.93 100.95 66.71 -
System Red Green Blue C M Y K H S L
Decimal 32 171 70 0.81 0 0.59 0.33 136.4 0.68 0.4
Hex 20 AB 46 51 0 3B 21 88 44 28
Octal 40 253 106 121 0 73 41 210 104 50
Binary 100000 10101011 1000110 1010001 0 111011 100001 10001000 1000100 101000

Color Harmonies of #20AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AB46

Black with #20AB46

Text Example


Text Example

White with #20AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,171,70); }

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

background-color css

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

 a { background-color: rgb(32,171,70); }

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

border-color css

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

 span { border-color: rgb(32,171,70); }

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