#AAF698

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

Shades of Pale Green #AAF698

Tints of Pale Green #AAF698

Color information

#AAF698 (or 0xAAF698) is unknown color: approx Pale Green. HEX triplet: AA, F6 and 98. RGB value is (170,246,152). Sum of RGB (Red+Green+Blue) = 170+246+152=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF698 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF698 is #550967. Grayscale: #D4D4D4. Windows color (decimal): -5572968 or 10024618. OLE color: 10024618.

HSL color Cylindrical-coordinate representation of color #AAF698: hue angle of 108.51º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAF698 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB170246152-
CMYK0.3100.380.04
HSL108.51º83.93%78.04%-
HSV(B)108.51º38.21%96.47%-
XYZ55.276.7241.61-
YUV212.5693.8297.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 246 (96.48% from 255) = 43.31%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=29.93%
G=43.31%
B=26.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702461520.3100.380.04108.5183.9378.04
HexAAF6981F02646d544e
Octal252366230370464155124116
Binary101010101111011010011000111110100110100110110110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF698; }

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

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

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

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

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

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

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

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