Html Css Color HEX #AAF3A0 Pale Green

📋 copy color: '#AAF3A0'

red 170 ◦ green 243 ◦ blue 160

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

Shades of Pale Green #AAF3A0

Tints of Pale Green #AAF3A0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.41%

 BLUE value IS 160 (62.89% from 255) = 27.92%

R = 29.67%
G = 42.41%
B = 27.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#AAF3A0 (or 0xAAF3A0) is known color: Pale Green. HEX triplet: AA, F3 and A0. RGB value is (170,243,160). Sum of RGB (Red+Green+Blue) = 170+243+160=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF3A0 is #550C5F. Grayscale: #D3D3D3. Windows color (decimal): -5573728 or 10548138. OLE color: 10548138.

HSL color Cylindrical-coordinate representation of color #AAF3A0: hue angle of 112.77º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAF3A0 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 160 -
CMYK 0.30 0 0.34 0.05
HSL 112.77º 0.78% 0.79% -
HSV(B) 112.77º 0.34% 0.95% -
XYZ 54.97 75.19 44.87 -
YUV 211.71 98.82 98.25 -
System Red Green Blue C M Y K H S L
Decimal 170 243 160 0.30 0 0.34 0.05 112.77 0.78 0.79
Hex AA F3 A0 1E 0 22 5 71 4E 4F
Octal 252 363 240 36 0 42 5 161 116 117
Binary 10101010 11110011 10100000 11110 0 100010 101 1110001 1001110 1001111

Color Harmonies of #AAF3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3A0

Black with #AAF3A0

Text Example


Text Example

White with #AAF3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3A0; }

 p { color: rgb(170,243,160); }

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

background-color css

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

 a { background-color: rgb(170,243,160); }

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

border-color css

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

 span { border-color: rgb(170,243,160); }

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