Html Css Color HEX #AAF795 Pale Green

📋 copy color: '#AAF795'

red 170 ◦ green 247 ◦ blue 149

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

Shades of Pale Green #AAF795

Tints of Pale Green #AAF795

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.64%

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

R = 30.04%
G = 43.64%
B = 26.33%

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

#AAF795 (or 0xAAF795) is known color: Pale Green. HEX triplet: AA, F7 and 95. RGB value is (170,247,149). Sum of RGB (Red+Green+Blue) = 170+247+149=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF795 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF795 is #55086A. Grayscale: #D5D5D5. Windows color (decimal): -5572715 or 9828266. OLE color: 9828266.

HSL color Cylindrical-coordinate representation of color #AAF795: hue angle of 107.14º degrees, saturation: 0.86, 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 #AAF795 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 149 -
CMYK 0.31 0 0.40 0.03
HSL 107.14º 0.86% 0.78% -
HSV(B) 107.14º 0.4% 0.97% -
XYZ 55.26 77.24 40.43 -
YUV 212.81 91.99 97.47 -
System Red Green Blue C M Y K H S L
Decimal 170 247 149 0.31 0 0.40 0.03 107.14 0.86 0.78
Hex AA F7 95 1F 0 28 3 6B 56 4E
Octal 252 367 225 37 0 50 3 153 126 116
Binary 10101010 11110111 10010101 11111 0 101000 11 1101011 1010110 1001110

Color Harmonies of #AAF795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF795

Black with #AAF795

Text Example


Text Example

White with #AAF795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF795; }

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

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

background-color css

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

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

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

border-color css

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

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

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