Html Css Color HEX #AAF895 Pale Green

📋 copy color: '#AAF895'

red 170 ◦ green 248 ◦ blue 149

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

Shades of Pale Green #AAF895

Tints of Pale Green #AAF895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.28%

R = 29.98%
G = 43.74%
B = 26.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#AAF895 (or 0xAAF895) is known color: Pale Green. HEX triplet: AA, F8 and 95. RGB value is (170,248,149). Sum of RGB (Red+Green+Blue) = 170+248+149=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF895 is #55076A. Grayscale: #D5D5D5. Windows color (decimal): -5572459 or 9828522. OLE color: 9828522.

HSL color Cylindrical-coordinate representation of color #AAF895: hue angle of 107.27º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAF895 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 149 -
CMYK 0.31 0 0.40 0.03
HSL 107.27º 0.88% 0.78% -
HSV(B) 107.27º 0.4% 0.97% -
XYZ 55.57 77.85 40.53 -
YUV 213.39 91.66 97.05 -
System Red Green Blue C M Y K H S L
Decimal 170 248 149 0.31 0 0.40 0.03 107.27 0.88 0.78
Hex AA F8 95 1F 0 28 3 6B 58 4E
Octal 252 370 225 37 0 50 3 153 130 116
Binary 10101010 11111000 10010101 11111 0 101000 11 1101011 1011000 1001110

Color Harmonies of #AAF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF895

Black with #AAF895

Text Example


Text Example

White with #AAF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF895; }

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

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

background-color css

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

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

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

border-color css

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

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

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