#AAFB8B

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

Shades of Pale Green #AAFB8B

Tints of Pale Green #AAFB8B

Color information

#AAFB8B (or 0xAAFB8B) is unknown color: approx Pale Green. HEX triplet: AA, FB and 8B. RGB value is (170,251,139). Sum of RGB (Red+Green+Blue) = 170+251+139=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFB8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFB8B is #550474. Grayscale: #D6D6D6. Windows color (decimal): -5571701 or 9173930. OLE color: 9173930.

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

Color convert

RGB170251139-
CMYK0.3200.450.02
HSL103.39º93.33%76.47%-
HSV(B)103.39º44.62%98.43%-
XYZ55.7379.436.82-
YUV214.0185.6696.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 251 (98.44% from 255) = 44.82%
BLUE value IS 139 (54.69% from 255) = 24.82%
R=30.36%
G=44.82%
B=24.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702511390.3200.450.02103.3993.3376.47
HexAAFB8B2002D2675d4c
Octal252373213400552147135114
Binary101010101111101110001011100000010110110110011110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFB8B; }

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

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

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

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

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

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

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

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