Html Css Color HEX #AAF497 Granny Smith Apple

📋 copy color: '#AAF497'

red 170 ◦ green 244 ◦ blue 151

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

Shades of Granny Smith Apple #AAF497

Tints of Granny Smith Apple #AAF497

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.19%

 BLUE value IS 151 (59.38% from 255) = 26.73%

R = 30.09%
G = 43.19%
B = 26.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.04

RGB Variations

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

Color information

#AAF497 (or 0xAAF497) is known color: Granny Smith Apple. HEX triplet: AA, F4 and 97. RGB value is (170,244,151). Sum of RGB (Red+Green+Blue) = 170+244+151=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF497 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF497 is #550B68. Grayscale: #D3D3D3. Windows color (decimal): -5573481 or 9958570. OLE color: 9958570.

HSL color Cylindrical-coordinate representation of color #AAF497: hue angle of 107.74º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAF497 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 151 -
CMYK 0.30 0 0.38 0.04
HSL 107.74º 0.81% 0.77% -
HSV(B) 107.74º 0.38% 0.96% -
XYZ 54.51 75.48 40.97 -
YUV 211.27 93.98 98.56 -
System Red Green Blue C M Y K H S L
Decimal 170 244 151 0.30 0 0.38 0.04 107.74 0.81 0.77
Hex AA F4 97 1E 0 26 4 6C 51 4D
Octal 252 364 227 36 0 46 4 154 121 115
Binary 10101010 11110100 10010111 11110 0 100110 100 1101100 1010001 1001101

Color Harmonies of #AAF497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF497

Black with #AAF497

Text Example


Text Example

White with #AAF497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF497; }

 p { color: rgb(170,244,151); }

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

background-color css

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

 a { background-color: rgb(170,244,151); }

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

border-color css

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

 span { border-color: rgb(170,244,151); }

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