Html Css Color HEX #AAF695 Pale Green

📋 copy color: '#AAF695'

red 170 ◦ green 246 ◦ blue 149

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

Shades of Pale Green #AAF695

Tints of Pale Green #AAF695

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.54%

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

R = 30.09%
G = 43.54%
B = 26.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#AAF695 (or 0xAAF695) is known color: Pale Green. HEX triplet: AA, F6 and 95. RGB value is (170,246,149). Sum of RGB (Red+Green+Blue) = 170+246+149=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF695 is #55096A. Grayscale: #D4D4D4. Windows color (decimal): -5572971 or 9828010. OLE color: 9828010.

HSL color Cylindrical-coordinate representation of color #AAF695: hue angle of 107.01º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAF695 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 149 -
CMYK 0.31 0 0.39 0.04
HSL 107.01º 0.84% 0.77% -
HSV(B) 107.01º 0.39% 0.96% -
XYZ 54.96 76.63 40.33 -
YUV 212.22 92.32 97.89 -
System Red Green Blue C M Y K H S L
Decimal 170 246 149 0.31 0 0.39 0.04 107.01 0.84 0.77
Hex AA F6 95 1F 0 27 4 6B 54 4D
Octal 252 366 225 37 0 47 4 153 124 115
Binary 10101010 11110110 10010101 11111 0 100111 100 1101011 1010100 1001101

Color Harmonies of #AAF695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF695

Black with #AAF695

Text Example


Text Example

White with #AAF695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF695; }

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

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

background-color css

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

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

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

border-color css

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

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

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