Html Css Color HEX #AAFDAD Pale Green

📋 copy color: '#AAFDAD'

red 170 ◦ green 253 ◦ blue 173

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

Shades of Pale Green #AAFDAD

Tints of Pale Green #AAFDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.03%

R = 28.52%
G = 42.45%
B = 29.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#AAFDAD (or 0xAAFDAD) is known color: Pale Green. HEX triplet: AA, FD and AD. RGB value is (170,253,173). Sum of RGB (Red+Green+Blue) = 170+253+173=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDAD is #550252. Grayscale: #DBDBDB. Windows color (decimal): -5571155 or 11402666. OLE color: 11402666.

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

Color convert

RGB 170 253 173 -
CMYK 0.33 0 0.32 0.01
HSL 122.17º 0.95% 0.83% -
HSV(B) 122.17º 0.33% 0.99% -
XYZ 59.25 81.81 52.2 -
YUV 219.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 170 253 173 0.33 0 0.32 0.01 122.17 0.95 0.83
Hex AA FD AD 21 0 20 1 7A 5F 53
Octal 252 375 255 41 0 40 1 172 137 123
Binary 10101010 11111101 10101101 100001 0 100000 1 1111010 1011111 1010011

Color Harmonies of #AAFDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDAD

Black with #AAFDAD

Text Example


Text Example

White with #AAFDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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