Html Css Color HEX #AAF98C Granny Smith Apple

📋 copy color: '#AAF98C'

red 170 ◦ green 249 ◦ blue 140

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

Shades of Granny Smith Apple #AAF98C

Tints of Granny Smith Apple #AAF98C

RGB

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

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

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

R = 30.41%
G = 44.54%
B = 25.04%

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

#AAF98C (or 0xAAF98C) is known color: Granny Smith Apple. HEX triplet: AA, F9 and 8C. RGB value is (170,249,140). Sum of RGB (Red+Green+Blue) = 170+249+140=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF98C is #550673. Grayscale: #D5D5D5. Windows color (decimal): -5572212 or 9238954. OLE color: 9238954.

HSL color Cylindrical-coordinate representation of color #AAF98C: hue angle of 103.49º degrees, saturation: 0.9, 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 #AAF98C is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 140 -
CMYK 0.32 0 0.44 0.02
HSL 103.49º 0.9% 0.76% -
HSV(B) 103.49º 0.44% 0.98% -
XYZ 55.19 78.19 36.99 -
YUV 212.95 86.83 97.36 -
System Red Green Blue C M Y K H S L
Decimal 170 249 140 0.32 0 0.44 0.02 103.49 0.9 0.76
Hex AA F9 8C 20 0 2C 2 67 5A 4C
Octal 252 371 214 40 0 54 2 147 132 114
Binary 10101010 11111001 10001100 100000 0 101100 10 1100111 1011010 1001100

Color Harmonies of #AAF98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF98C

Black with #AAF98C

Text Example


Text Example

White with #AAF98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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