Html Css Color HEX #AAFA8D Pale Green

📋 copy color: '#AAFA8D'

red 170 ◦ green 250 ◦ blue 141

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

Shades of Pale Green #AAFA8D

Tints of Pale Green #AAFA8D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.56%

 BLUE value IS 141 (55.47% from 255) = 25.13%

R = 30.3%
G = 44.56%
B = 25.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#AAFA8D (or 0xAAFA8D) is known color: Pale Green. HEX triplet: AA, FA and 8D. RGB value is (170,250,141). Sum of RGB (Red+Green+Blue) = 170+250+141=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFA8D is #550572. Grayscale: #D6D6D6. Windows color (decimal): -5571955 or 9304746. OLE color: 9304746.

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

Color convert

RGB 170 250 141 -
CMYK 0.32 0 0.44 0.02
HSL 104.04º 0.92% 0.77% -
HSV(B) 104.04º 0.44% 0.98% -
XYZ 55.57 78.84 37.49 -
YUV 213.65 87 96.86 -
System Red Green Blue C M Y K H S L
Decimal 170 250 141 0.32 0 0.44 0.02 104.04 0.92 0.77
Hex AA FA 8D 20 0 2C 2 68 5C 4D
Octal 252 372 215 40 0 54 2 150 134 115
Binary 10101010 11111010 10001101 100000 0 101100 10 1101000 1011100 1001101

Color Harmonies of #AAFA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA8D

Black with #AAFA8D

Text Example


Text Example

White with #AAFA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA8D; }

 p { color: rgb(170,250,141); }

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

background-color css

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

 a { background-color: rgb(170,250,141); }

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

border-color css

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

 span { border-color: rgb(170,250,141); }

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