Html Css Color HEX #AAF995 Pale Green

📋 copy color: '#AAF995'

red 170 ◦ green 249 ◦ blue 149

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

Shades of Pale Green #AAF995

Tints of Pale Green #AAF995

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.84%

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

R = 29.93%
G = 43.84%
B = 26.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#AAF995 (or 0xAAF995) is known color: Pale Green. HEX triplet: AA, F9 and 95. RGB value is (170,249,149). Sum of RGB (Red+Green+Blue) = 170+249+149=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF995 is #55066A. Grayscale: #D6D6D6. Windows color (decimal): -5572203 or 9828778. OLE color: 9828778.

HSL color Cylindrical-coordinate representation of color #AAF995: hue angle of 107.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAF995 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 149 -
CMYK 0.32 0 0.40 0.02
HSL 107.4º 0.89% 0.78% -
HSV(B) 107.4º 0.4% 0.98% -
XYZ 55.88 78.47 40.63 -
YUV 213.98 91.33 96.63 -
System Red Green Blue C M Y K H S L
Decimal 170 249 149 0.32 0 0.40 0.02 107.4 0.89 0.78
Hex AA F9 95 20 0 28 2 6B 59 4E
Octal 252 371 225 40 0 50 2 153 131 116
Binary 10101010 11111001 10010101 100000 0 101000 10 1101011 1011001 1001110

Color Harmonies of #AAF995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF995

Black with #AAF995

Text Example


Text Example

White with #AAF995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF995; }

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

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

background-color css

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

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

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

border-color css

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

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

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