#AAFB98

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

Shades of Pale Green #AAFB98

Tints of Pale Green #AAFB98

Color information

#AAFB98 (or 0xAAFB98) is unknown color: approx Pale Green. HEX triplet: AA, FB and 98. RGB value is (170,251,152). Sum of RGB (Red+Green+Blue) = 170+251+152=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFB98 is #550467. Grayscale: #D7D7D7. Windows color (decimal): -5571688 or 10025898. OLE color: 10025898.

HSL color Cylindrical-coordinate representation of color #AAFB98: hue angle of 109.09º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAFB98 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB170251152-
CMYK0.3200.390.02
HSL109.09º92.52%79.02%-
HSV(B)109.09º39.44%98.43%-
XYZ56.7479.8142.12-
YUV215.4992.1695.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=29.67%
G=43.80%
B=26.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511520.3200.390.02109.0992.5279.02
HexAAFB982002726d5d4f
Octal252373230400472155135117
Binary101010101111101110011000100000010011110110110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFB98; }

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

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

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

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

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

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

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

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