Html Css Color HEX #AAFBA1 Pale Green

📋 copy color: '#AAFBA1'

red 170 ◦ green 251 ◦ blue 161

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

Shades of Pale Green #AAFBA1

Tints of Pale Green #AAFBA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.66%

R = 29.21%
G = 43.13%
B = 27.66%

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

#AAFBA1 (or 0xAAFBA1) is known color: Pale Green. HEX triplet: AA, FB and A1. RGB value is (170,251,161). Sum of RGB (Red+Green+Blue) = 170+251+161=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBA1 is #55045E. Grayscale: #D8D8D8. Windows color (decimal): -5571679 or 10615722. OLE color: 10615722.

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

Color convert

RGB 170 251 161 -
CMYK 0.32 0 0.36 0.02
HSL 114º 0.92% 0.81% -
HSV(B) 114º 0.36% 0.98% -
XYZ 57.51 80.11 46.15 -
YUV 216.52 96.66 94.82 -
System Red Green Blue C M Y K H S L
Decimal 170 251 161 0.32 0 0.36 0.02 114 0.92 0.81
Hex AA FB A1 20 0 24 2 72 5C 51
Octal 252 373 241 40 0 44 2 162 134 121
Binary 10101010 11111011 10100001 100000 0 100100 10 1110010 1011100 1010001

Color Harmonies of #AAFBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBA1

Black with #AAFBA1

Text Example


Text Example

White with #AAFBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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