Html Css Color HEX #AAFC9B Pale Green

📋 copy color: '#AAFC9B'

red 170 ◦ green 252 ◦ blue 155

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

Shades of Pale Green #AAFC9B

Tints of Pale Green #AAFC9B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.67%

 BLUE value IS 155 (60.94% from 255) = 26.86%

R = 29.46%
G = 43.67%
B = 26.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#AAFC9B (or 0xAAFC9B) is known color: Pale Green. HEX triplet: AA, FC and 9B. RGB value is (170,252,155). Sum of RGB (Red+Green+Blue) = 170+252+155=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC9B is #550364. Grayscale: #D8D8D8. Windows color (decimal): -5571429 or 10222762. OLE color: 10222762.

HSL color Cylindrical-coordinate representation of color #AAFC9B: hue angle of 110.72º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAFC9B is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 252 155 -
CMYK 0.33 0 0.38 0.01
HSL 110.72º 0.94% 0.8% -
HSV(B) 110.72º 0.38% 0.99% -
XYZ 57.3 80.53 43.53 -
YUV 216.42 93.33 94.89 -
System Red Green Blue C M Y K H S L
Decimal 170 252 155 0.33 0 0.38 0.01 110.72 0.94 0.8
Hex AA FC 9B 21 0 26 1 6F 5E 50
Octal 252 374 233 41 0 46 1 157 136 120
Binary 10101010 11111100 10011011 100001 0 100110 1 1101111 1011110 1010000

Color Harmonies of #AAFC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC9B

Black with #AAFC9B

Text Example


Text Example

White with #AAFC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC9B; }

 p { color: rgb(170,252,155); }

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

background-color css

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

 a { background-color: rgb(170,252,155); }

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

border-color css

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

 span { border-color: rgb(170,252,155); }

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