#AFFCA8

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

Shades of Pale Green #AFFCA8

Tints of Pale Green #AFFCA8

Color information

#AFFCA8 (or 0xAFFCA8) is unknown color: approx Pale Green. HEX triplet: AF, FC and A8. RGB value is (175,252,168). Sum of RGB (Red+Green+Blue) = 175+252+168=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFCA8 is #500357. Grayscale: #DBDBDB. Windows color (decimal): -5243736 or 11074735. OLE color: 11074735.

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

Color convert

RGB175252168-
CMYK0.3100.330.01
HSL115º93.33%82.35%-
HSV(B)115º33.33%98.82%-
XYZ59.5681.5649.65-
YUV219.498.9996.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 252 (98.83% from 255) = 42.35%
BLUE value IS 168 (66.02% from 255) = 28.24%
R=29.41%
G=42.35%
B=28.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752521680.3100.330.0111593.3382.35
HexAFFCA81F0211735d52
Octal257374250370411163135122
Binary1010111111111100101010001111101000011111001110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCA8; }

 p { color: rgb(175,252,168); }

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

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

 a { background-color: rgb(175,252,168); }

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

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

 span { border-color: rgb(175,252,168); }

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