Html Css Color HEX #AAFBA0 Pale Green

📋 copy color: '#AAFBA0'

red 170 ◦ green 251 ◦ blue 160

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

Shades of Pale Green #AAFBA0

Tints of Pale Green #AAFBA0

RGB

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

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

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

R = 29.26%
G = 43.2%
B = 27.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#AAFBA0 (or 0xAAFBA0) is known color: Pale Green. HEX triplet: AA, FB and A0. RGB value is (170,251,160). Sum of RGB (Red+Green+Blue) = 170+251+160=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBA0 is #55045F. Grayscale: #D8D8D8. Windows color (decimal): -5571680 or 10550186. OLE color: 10550186.

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

Color convert

RGB 170 251 160 -
CMYK 0.32 0 0.36 0.02
HSL 113.41º 0.92% 0.81% -
HSV(B) 113.41º 0.36% 0.98% -
XYZ 57.42 80.08 45.69 -
YUV 216.41 96.16 94.9 -
System Red Green Blue C M Y K H S L
Decimal 170 251 160 0.32 0 0.36 0.02 113.41 0.92 0.81
Hex AA FB A0 20 0 24 2 71 5C 51
Octal 252 373 240 40 0 44 2 161 134 121
Binary 10101010 11111011 10100000 100000 0 100100 10 1110001 1011100 1010001

Color Harmonies of #AAFBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBA0

Black with #AAFBA0

Text Example


Text Example

White with #AAFBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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