#AFFDA6

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

Shades of Pale Green #AFFDA6

Tints of Pale Green #AFFDA6

Color information

#AFFDA6 (or 0xAFFDA6) is unknown color: approx Pale Green. HEX triplet: AF, FD and A6. RGB value is (175,253,166). Sum of RGB (Red+Green+Blue) = 175+253+166=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDA6 is #500259. Grayscale: #DCDCDC. Windows color (decimal): -5243482 or 10943919. OLE color: 10943919.

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

Color convert

RGB175253166-
CMYK0.3100.340.01
HSL113.79º95.6%82.16%-
HSV(B)113.79º34.39%99.22%-
XYZ59.6982.1248.78-
YUV219.7697.6696.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 253 (99.22% from 255) = 42.59%
BLUE value IS 166 (65.23% from 255) = 27.95%
R=29.46%
G=42.59%
B=27.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531660.3100.340.01113.7995.682.16
HexAFFDA61F0221726052
Octal257375246370421162140122
Binary1010111111111101101001101111101000101111001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDA6; }

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

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

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

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

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

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

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

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