Html Css Color HEX #AAFA8C Pale Green

📋 copy color: '#AAFA8C'

red 170 ◦ green 250 ◦ blue 140

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

Shades of Pale Green #AAFA8C

Tints of Pale Green #AAFA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25%

R = 30.36%
G = 44.64%
B = 25%

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

#AAFA8C (or 0xAAFA8C) is known color: Pale Green. HEX triplet: AA, FA and 8C. RGB value is (170,250,140). Sum of RGB (Red+Green+Blue) = 170+250+140=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFA8C is #550573. Grayscale: #D5D5D5. Windows color (decimal): -5571956 or 9239210. OLE color: 9239210.

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

Color convert

RGB 170 250 140 -
CMYK 0.32 0 0.44 0.02
HSL 103.64º 0.92% 0.76% -
HSV(B) 103.64º 0.44% 0.98% -
XYZ 55.5 78.81 37.1 -
YUV 213.54 86.5 96.94 -
System Red Green Blue C M Y K H S L
Decimal 170 250 140 0.32 0 0.44 0.02 103.64 0.92 0.76
Hex AA FA 8C 20 0 2C 2 68 5C 4C
Octal 252 372 214 40 0 54 2 150 134 114
Binary 10101010 11111010 10001100 100000 0 101100 10 1101000 1011100 1001100

Color Harmonies of #AAFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA8C

Black with #AAFA8C

Text Example


Text Example

White with #AAFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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