Html Css Color HEX #AAF8A8 Pale Green

📋 copy color: '#AAF8A8'

red 170 ◦ green 248 ◦ blue 168

#AAF8A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Green #AAF8A8

Tints of Pale Green #AAF8A8

RGB

 RED value IS 170 (66.8% from 255) = 29.01%

 GREEN value IS 248 (97.27% from 255) = 42.32%

 BLUE value IS 168 (66.02% from 255) = 28.67%

R = 29.01%
G = 42.32%
B = 28.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#AAF8A8 (or 0xAAF8A8) is known color: Pale Green. HEX triplet: AA, F8 and A8. RGB value is (170,248,168). Sum of RGB (Red+Green+Blue) = 170+248+168=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF8A8 is #550757. Grayscale: #D7D7D7. Windows color (decimal): -5572440 or 11073706. OLE color: 11073706.

HSL color Cylindrical-coordinate representation of color #AAF8A8: hue angle of 118.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF8A8 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 168 -
CMYK 0.31 0 0.32 0.03
HSL 118.5º 0.85% 0.82% -
HSV(B) 118.5º 0.32% 0.97% -
XYZ 57.21 78.51 49.18 -
YUV 215.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 170 248 168 0.31 0 0.32 0.03 118.5 0.85 0.82
Hex AA F8 A8 1F 0 20 3 76 55 52
Octal 252 370 250 37 0 40 3 166 125 122
Binary 10101010 11111000 10101000 11111 0 100000 11 1110110 1010101 1010010

Color Harmonies of #AAF8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF8A8

Black with #AAF8A8

Text Example


Text Example

White with #AAF8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF8A8; }

 p { color: rgb(170,248,168); }

 H1.HeaderClassName
 {
   color: #AAF8A8;
 }
 .AnyTagClassName
 {
   color: #AAF8A8;
 }
</style>

background-color css

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

 a { background-color: rgb(170,248,168); }

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

border-color css

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

 span { border-color: rgb(170,248,168); }

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