#AFFDA7

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

Shades of Pale Green #AFFDA7

Tints of Pale Green #AFFDA7

Color information

#AFFDA7 (or 0xAFFDA7) is unknown color: approx Pale Green. HEX triplet: AF, FD and A7. RGB value is (175,253,167). Sum of RGB (Red+Green+Blue) = 175+253+167=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDA7 is #500258. Grayscale: #DCDCDC. Windows color (decimal): -5243481 or 11009455. OLE color: 11009455.

HSL color Cylindrical-coordinate representation of color #AFFDA7: hue angle of 114.42º 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 #AFFDA7 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB175253167-
CMYK0.3100.340.01
HSL114.42º95.56%82.35%-
HSV(B)114.42º33.99%99.22%-
XYZ59.7882.1549.27-
YUV219.8798.1695.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 167 (65.62% from 255) = 28.07%
R=29.41%
G=42.52%
B=28.07%

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
Decimal1752531670.3100.340.01114.4295.5682.35
HexAFFDA71F0221726052
Octal257375247370421162140122
Binary1010111111111101101001111111101000101111001011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDA7; }

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

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

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

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

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

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

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

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