Html Css Color HEX #AAF994 Pale Green

📋 copy color: '#AAF994'

red 170 ◦ green 249 ◦ blue 148

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

Shades of Pale Green #AAF994

Tints of Pale Green #AAF994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.92%

 BLUE value IS 148 (58.2% from 255) = 26.1%

R = 29.98%
G = 43.92%
B = 26.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#AAF994 (or 0xAAF994) is known color: Pale Green. HEX triplet: AA, F9 and 94. RGB value is (170,249,148). Sum of RGB (Red+Green+Blue) = 170+249+148=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF994 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF994 is #55066B. Grayscale: #D6D6D6. Windows color (decimal): -5572204 or 9763242. OLE color: 9763242.

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

Color convert

RGB 170 249 148 -
CMYK 0.32 0 0.41 0.02
HSL 106.93º 0.89% 0.78% -
HSV(B) 106.93º 0.41% 0.98% -
XYZ 55.8 78.44 40.22 -
YUV 213.87 90.83 96.71 -
System Red Green Blue C M Y K H S L
Decimal 170 249 148 0.32 0 0.41 0.02 106.93 0.89 0.78
Hex AA F9 94 20 0 29 2 6B 59 4E
Octal 252 371 224 40 0 51 2 153 131 116
Binary 10101010 11111001 10010100 100000 0 101001 10 1101011 1011001 1001110

Color Harmonies of #AAF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF994

Black with #AAF994

Text Example


Text Example

White with #AAF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF994; }

 p { color: rgb(170,249,148); }

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

background-color css

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

 a { background-color: rgb(170,249,148); }

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

border-color css

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

 span { border-color: rgb(170,249,148); }

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