Html Css Color HEX #20AF4C Pigment Green

📋 copy color: '#20AF4C'

red 32 ◦ green 175 ◦ blue 76

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

Shades of Pigment Green #20AF4C

Tints of Pigment Green #20AF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 11.31%
G = 61.84%
B = 26.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#20AF4C (or 0x20AF4C) is known color: Pigment Green. HEX triplet: 20, AF and 4C. RGB value is (32,175,76). Sum of RGB (Red+Green+Blue) = 32+175+76=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20AF4C is #DF50B3. Grayscale: #797979. Windows color (decimal): -14635188 or 5025568. OLE color: 5025568.

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

Color convert

RGB 32 175 76 -
CMYK 0.82 0 0.57 0.31
HSL 138.46º 0.69% 0.41% -
HSV(B) 138.46º 0.82% 0.69% -
XYZ 17.23 31.49 12.01 -
YUV 120.96 102.62 64.55 -
System Red Green Blue C M Y K H S L
Decimal 32 175 76 0.82 0 0.57 0.31 138.46 0.69 0.41
Hex 20 AF 4C 52 0 39 1F 8A 45 29
Octal 40 257 114 122 0 71 37 212 105 51
Binary 100000 10101111 1001100 1010010 0 111001 11111 10001010 1000101 101001

Color Harmonies of #20AF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF4C

Black with #20AF4C

Text Example


Text Example

White with #20AF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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