#AFFDA2

Color #AFFDA2 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #AFFDA2

Tints of Pale Green #AFFDA2

Color information

#AFFDA2 (or 0xAFFDA2) is unknown color: approx Pale Green. HEX triplet: AF, FD and A2. RGB value is (175,253,162). Sum of RGB (Red+Green+Blue) = 175+253+162=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDA2 is #50025D. Grayscale: #DBDBDB. Windows color (decimal): -5243486 or 10681775. OLE color: 10681775.

HSL color Cylindrical-coordinate representation of color #AFFDA2: hue angle of 111.43º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFFDA2 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB175253162-
CMYK0.3100.360.01
HSL111.43º95.79%81.37%-
HSV(B)111.43º35.97%99.22%-
XYZ59.3381.9746.88-
YUV219.395.6696.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 253 (99.22% from 255) = 42.88%
BLUE value IS 162 (63.67% from 255) = 27.46%
R=29.66%
G=42.88%
B=27.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531620.3100.360.01111.4395.7981.37
HexAFFDA21F02416f6051
Octal257375242370441157140121
Binary1010111111111101101000101111101001001110111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDA2; }

 p { color: rgb(175,253,162); }

 H1.HeaderClassName
 {
   color: #AFFDA2;
 }
 .AnyTagClassName
 {
   color: #AFFDA2;
 }
</style>
background-color css

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

 a { background-color: rgb(175,253,162); }

 div.DivClassName
 {
   background-color: #AFFDA2;
 }
 .BgClassName
 {
   background-color: #AFFDA2;
 }
</style>
border-color css

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

 span { border-color: rgb(175,253,162); }

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