Html Css Color HEX #AAF099 Granny Smith Apple

📋 copy color: '#AAF099'

red 170 ◦ green 240 ◦ blue 153

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

Shades of Granny Smith Apple #AAF099

Tints of Granny Smith Apple #AAF099

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.63%

 BLUE value IS 153 (60.16% from 255) = 27.18%

R = 30.2%
G = 42.63%
B = 27.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#AAF099 (or 0xAAF099) is known color: Granny Smith Apple. HEX triplet: AA, F0 and 99. RGB value is (170,240,153). Sum of RGB (Red+Green+Blue) = 170+240+153=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF099 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF099 is #550F66. Grayscale: #D1D1D1. Windows color (decimal): -5574503 or 10088618. OLE color: 10088618.

HSL color Cylindrical-coordinate representation of color #AAF099: hue angle of 108.28º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAF099 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 153 -
CMYK 0.29 0 0.36 0.06
HSL 108.28º 0.74% 0.77% -
HSV(B) 108.28º 0.36% 0.94% -
XYZ 53.49 73.17 41.44 -
YUV 209.15 96.31 100.07 -
System Red Green Blue C M Y K H S L
Decimal 170 240 153 0.29 0 0.36 0.06 108.28 0.74 0.77
Hex AA F0 99 1D 0 24 6 6C 4A 4D
Octal 252 360 231 35 0 44 6 154 112 115
Binary 10101010 11110000 10011001 11101 0 100100 110 1101100 1001010 1001101

Color Harmonies of #AAF099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF099

Black with #AAF099

Text Example


Text Example

White with #AAF099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF099; }

 p { color: rgb(170,240,153); }

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

background-color css

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

 a { background-color: rgb(170,240,153); }

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

border-color css

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

 span { border-color: rgb(170,240,153); }

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