Html Css Color HEX #20AF46 Dark Pastel Green

📋 copy color: '#20AF46'

red 32 ◦ green 175 ◦ blue 70

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

Shades of Dark Pastel Green #20AF46

Tints of Dark Pastel Green #20AF46

RGB

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

 GREEN value IS 175 (68.75% from 255) = 63.18%

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

R = 11.55%
G = 63.18%
B = 25.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#20AF46 (or 0x20AF46) is known color: Dark Pastel Green. HEX triplet: 20, AF and 46. RGB value is (32,175,70). Sum of RGB (Red+Green+Blue) = 32+175+70=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF46 is #DF50B9. Grayscale: #787878. Windows color (decimal): -14635194 or 4632352. OLE color: 4632352.

HSL color Cylindrical-coordinate representation of color #20AF46: hue angle of 135.94º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF46 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 175 70 -
CMYK 0.82 0 0.60 0.31
HSL 135.94º 0.69% 0.41% -
HSV(B) 135.94º 0.82% 0.69% -
XYZ 17.03 31.41 10.96 -
YUV 120.27 99.62 65.04 -
System Red Green Blue C M Y K H S L
Decimal 32 175 70 0.82 0 0.60 0.31 135.94 0.69 0.41
Hex 20 AF 46 52 0 3C 1F 88 45 29
Octal 40 257 106 122 0 74 37 210 105 51
Binary 100000 10101111 1000110 1010010 0 111100 11111 10001000 1000101 101001

Color Harmonies of #20AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF46

Black with #20AF46

Text Example


Text Example

White with #20AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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