Html Css Color HEX #AAFDAB Pale Green

📋 copy color: '#AAFDAB'

red 170 ◦ green 253 ◦ blue 171

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

Shades of Pale Green #AAFDAB

Tints of Pale Green #AAFDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.79%

R = 28.62%
G = 42.59%
B = 28.79%

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

#AAFDAB (or 0xAAFDAB) is known color: Pale Green. HEX triplet: AA, FD and AB. RGB value is (170,253,171). Sum of RGB (Red+Green+Blue) = 170+253+171=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFDAB is #550254. Grayscale: #DBDBDB. Windows color (decimal): -5571157 or 11271594. OLE color: 11271594.

HSL color Cylindrical-coordinate representation of color #AAFDAB: hue angle of 120.72º 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 #AAFDAB is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 171 -
CMYK 0.33 0 0.32 0.01
HSL 120.72º 0.95% 0.83% -
HSV(B) 120.72º 0.33% 0.99% -
XYZ 59.05 81.74 51.19 -
YUV 218.84 101 93.17 -
System Red Green Blue C M Y K H S L
Decimal 170 253 171 0.33 0 0.32 0.01 120.72 0.95 0.83
Hex AA FD AB 21 0 20 1 79 5F 53
Octal 252 375 253 41 0 40 1 171 137 123
Binary 10101010 11111101 10101011 100001 0 100000 1 1111001 1011111 1010011

Color Harmonies of #AAFDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDAB

Black with #AAFDAB

Text Example


Text Example

White with #AAFDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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