Html Css Color HEX #AAFBAB Pale Green

📋 copy color: '#AAFBAB'

red 170 ◦ green 251 ◦ blue 171

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

Shades of Pale Green #AAFBAB

Tints of Pale Green #AAFBAB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.4%

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

R = 28.72%
G = 42.4%
B = 28.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#AAFBAB (or 0xAAFBAB) is known color: Pale Green. HEX triplet: AA, FB and AB. RGB value is (170,251,171). Sum of RGB (Red+Green+Blue) = 170+251+171=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBAB is #550454. Grayscale: #D9D9D9. Windows color (decimal): -5571669 or 11271082. OLE color: 11271082.

HSL color Cylindrical-coordinate representation of color #AAFBAB: hue angle of 120.74º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBAB is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 251 171 -
CMYK 0.32 0 0.32 0.02
HSL 120.74º 0.91% 0.83% -
HSV(B) 120.74º 0.32% 0.98% -
XYZ 58.43 80.48 50.98 -
YUV 217.66 101.66 94 -
System Red Green Blue C M Y K H S L
Decimal 170 251 171 0.32 0 0.32 0.02 120.74 0.91 0.83
Hex AA FB AB 20 0 20 2 79 5B 53
Octal 252 373 253 40 0 40 2 171 133 123
Binary 10101010 11111011 10101011 100000 0 100000 10 1111001 1011011 1010011

Color Harmonies of #AAFBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBAB

Black with #AAFBAB

Text Example


Text Example

White with #AAFBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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