Html Css Color HEX #AAFBA2 Pale Green

📋 copy color: '#AAFBA2'

red 170 ◦ green 251 ◦ blue 162

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

Shades of Pale Green #AAFBA2

Tints of Pale Green #AAFBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.79%

R = 29.16%
G = 43.05%
B = 27.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#AAFBA2 (or 0xAAFBA2) is known color: Pale Green. HEX triplet: AA, FB and A2. RGB value is (170,251,162). Sum of RGB (Red+Green+Blue) = 170+251+162=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFBA2 is #55045D. Grayscale: #D8D8D8. Windows color (decimal): -5571678 or 10681258. OLE color: 10681258.

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

Color convert

RGB 170 251 162 -
CMYK 0.32 0 0.35 0.02
HSL 114.61º 0.92% 0.81% -
HSV(B) 114.61º 0.35% 0.98% -
XYZ 57.6 80.15 46.62 -
YUV 216.64 97.16 94.74 -
System Red Green Blue C M Y K H S L
Decimal 170 251 162 0.32 0 0.35 0.02 114.61 0.92 0.81
Hex AA FB A2 20 0 23 2 73 5C 51
Octal 252 373 242 40 0 43 2 163 134 121
Binary 10101010 11111011 10100010 100000 0 100011 10 1110011 1011100 1010001

Color Harmonies of #AAFBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFBA2

Black with #AAFBA2

Text Example


Text Example

White with #AAFBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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