Html Css Color HEX #AAFDA2 Pale Green

📋 copy color: '#AAFDA2'

red 170 ◦ green 253 ◦ blue 162

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

Shades of Pale Green #AAFDA2

Tints of Pale Green #AAFDA2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.25%

 BLUE value IS 162 (63.67% from 255) = 27.69%

R = 29.06%
G = 43.25%
B = 27.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#AAFDA2 (or 0xAAFDA2) is known color: Pale Green. HEX triplet: AA, FD and A2. RGB value is (170,253,162). Sum of RGB (Red+Green+Blue) = 170+253+162=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDA2 is #55025D. Grayscale: #DADADA. Windows color (decimal): -5571166 or 10681770. OLE color: 10681770.

HSL color Cylindrical-coordinate representation of color #AAFDA2: hue angle of 114.73º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAFDA2 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 162 -
CMYK 0.33 0 0.36 0.01
HSL 114.73º 0.96% 0.81% -
HSV(B) 114.73º 0.36% 0.99% -
XYZ 58.22 81.41 46.83 -
YUV 217.81 96.5 93.9 -
System Red Green Blue C M Y K H S L
Decimal 170 253 162 0.33 0 0.36 0.01 114.73 0.96 0.81
Hex AA FD A2 21 0 24 1 73 60 51
Octal 252 375 242 41 0 44 1 163 140 121
Binary 10101010 11111101 10100010 100001 0 100100 1 1110011 1100000 1010001

Color Harmonies of #AAFDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDA2

Black with #AAFDA2

Text Example


Text Example

White with #AAFDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDA2; }

 p { color: rgb(170,253,162); }

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

background-color css

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

 a { background-color: rgb(170,253,162); }

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

border-color css

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

 span { border-color: rgb(170,253,162); }

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