Html Css Color HEX #20AF4E Pigment Green

📋 copy color: '#20AF4E'

red 32 ◦ green 175 ◦ blue 78

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

Shades of Pigment Green #20AF4E

Tints of Pigment Green #20AF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 11.23%
G = 61.4%
B = 27.37%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#20AF4E (or 0x20AF4E) is known color: Pigment Green. HEX triplet: 20, AF and 4E. RGB value is (32,175,78). Sum of RGB (Red+Green+Blue) = 32+175+78=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF4E is #DF50B1. Grayscale: #797979. Windows color (decimal): -14635186 or 5156640. OLE color: 5156640.

HSL color Cylindrical-coordinate representation of color #20AF4E: hue angle of 139.3º 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 #20AF4E is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 175 78 -
CMYK 0.82 0 0.55 0.31
HSL 139.3º 0.69% 0.41% -
HSV(B) 139.3º 0.82% 0.69% -
XYZ 17.3 31.52 12.38 -
YUV 121.19 103.62 64.39 -
System Red Green Blue C M Y K H S L
Decimal 32 175 78 0.82 0 0.55 0.31 139.3 0.69 0.41
Hex 20 AF 4E 52 0 37 1F 8B 45 29
Octal 40 257 116 122 0 67 37 213 105 51
Binary 100000 10101111 1001110 1010010 0 110111 11111 10001011 1000101 101001

Color Harmonies of #20AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF4E

Black with #20AF4E

Text Example


Text Example

White with #20AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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