Html Css Color HEX #AAF197 Granny Smith Apple

📋 copy color: '#AAF197'

red 170 ◦ green 241 ◦ blue 151

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

Shades of Granny Smith Apple #AAF197

Tints of Granny Smith Apple #AAF197

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.88%

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

R = 30.25%
G = 42.88%
B = 26.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#AAF197 (or 0xAAF197) is known color: Granny Smith Apple. HEX triplet: AA, F1 and 97. RGB value is (170,241,151). Sum of RGB (Red+Green+Blue) = 170+241+151=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 151 (59.38% from 255 or 26.87% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF197 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF197 is #550E68. Grayscale: #D1D1D1. Windows color (decimal): -5574249 or 9957802. OLE color: 9957802.

HSL color Cylindrical-coordinate representation of color #AAF197: hue angle of 107.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAF197 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 151 -
CMYK 0.29 0 0.37 0.05
HSL 107.33º 0.76% 0.77% -
HSV(B) 107.33º 0.37% 0.95% -
XYZ 53.62 73.69 40.68 -
YUV 209.51 94.98 99.82 -
System Red Green Blue C M Y K H S L
Decimal 170 241 151 0.29 0 0.37 0.05 107.33 0.76 0.77
Hex AA F1 97 1D 0 25 5 6B 4C 4D
Octal 252 361 227 35 0 45 5 153 114 115
Binary 10101010 11110001 10010111 11101 0 100101 101 1101011 1001100 1001101

Color Harmonies of #AAF197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF197

Black with #AAF197

Text Example


Text Example

White with #AAF197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF197; }

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

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

background-color css

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

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

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

border-color css

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

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

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