#AAFC98

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

Shades of Pale Green #AAFC98

Tints of Pale Green #AAFC98

Color information

#AAFC98 (or 0xAAFC98) is unknown color: approx Pale Green. HEX triplet: AA, FC and 98. RGB value is (170,252,152). Sum of RGB (Red+Green+Blue) = 170+252+152=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC98 is #550367. Grayscale: #D8D8D8. Windows color (decimal): -5571432 or 10026154. OLE color: 10026154.

HSL color Cylindrical-coordinate representation of color #AAFC98: hue angle of 109.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAFC98 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB170252152-
CMYK0.3300.400.01
HSL109.2º94.34%79.22%-
HSV(B)109.2º39.68%98.82%-
XYZ57.0680.4342.22-
YUV216.0891.8395.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 252 (98.83% from 255) = 43.90%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=29.62%
G=43.90%
B=26.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702521520.3300.400.01109.294.3479.22
HexAAFC982102816d5e4f
Octal252374230410501155136117
Binary10101010111111001001100010000101010001110110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFC98; }

 p { color: rgb(170,252,152); }

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

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

 a { background-color: rgb(170,252,152); }

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

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

 span { border-color: rgb(170,252,152); }

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