Html Css Color HEX #AAF196 Granny Smith Apple

📋 copy color: '#AAF196'

red 170 ◦ green 241 ◦ blue 150

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

Shades of Granny Smith Apple #AAF196

Tints of Granny Smith Apple #AAF196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 30.3%
G = 42.96%
B = 26.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#AAF196 (or 0xAAF196) is known color: Granny Smith Apple. HEX triplet: AA, F1 and 96. RGB value is (170,241,150). Sum of RGB (Red+Green+Blue) = 170+241+150=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF196 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF196 is #550E69. Grayscale: #D1D1D1. Windows color (decimal): -5574250 or 9892266. OLE color: 9892266.

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

Color convert

RGB 170 241 150 -
CMYK 0.29 0 0.38 0.05
HSL 106.81º 0.76% 0.77% -
HSV(B) 106.81º 0.38% 0.95% -
XYZ 53.54 73.66 40.25 -
YUV 209.4 94.48 99.9 -
System Red Green Blue C M Y K H S L
Decimal 170 241 150 0.29 0 0.38 0.05 106.81 0.76 0.77
Hex AA F1 96 1D 0 26 5 6B 4C 4D
Octal 252 361 226 35 0 46 5 153 114 115
Binary 10101010 11110001 10010110 11101 0 100110 101 1101011 1001100 1001101

Color Harmonies of #AAF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF196

Black with #AAF196

Text Example


Text Example

White with #AAF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF196; }

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

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

background-color css

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

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

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

border-color css

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

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

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