Html Css Color HEX #AAFC8C Pale Green

📋 copy color: '#AAFC8C'

red 170 ◦ green 252 ◦ blue 140

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

Shades of Pale Green #AAFC8C

Tints of Pale Green #AAFC8C

RGB

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

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

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

R = 30.25%
G = 44.84%
B = 24.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#AAFC8C (or 0xAAFC8C) is known color: Pale Green. HEX triplet: AA, FC and 8C. RGB value is (170,252,140). Sum of RGB (Red+Green+Blue) = 170+252+140=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFC8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAFC8C is #550373. Grayscale: #D7D7D7. Windows color (decimal): -5571444 or 9239722. OLE color: 9239722.

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

Color convert

RGB 170 252 140 -
CMYK 0.33 0 0.44 0.01
HSL 103.93º 0.95% 0.77% -
HSV(B) 103.93º 0.44% 0.99% -
XYZ 56.12 80.06 37.31 -
YUV 214.71 85.83 96.11 -
System Red Green Blue C M Y K H S L
Decimal 170 252 140 0.33 0 0.44 0.01 103.93 0.95 0.77
Hex AA FC 8C 21 0 2C 1 68 5F 4D
Octal 252 374 214 41 0 54 1 150 137 115
Binary 10101010 11111100 10001100 100001 0 101100 1 1101000 1011111 1001101

Color Harmonies of #AAFC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFC8C

Black with #AAFC8C

Text Example


Text Example

White with #AAFC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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