Html Css Color HEX #AAF096 Granny Smith Apple

📋 copy color: '#AAF096'

red 170 ◦ green 240 ◦ blue 150

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

Shades of Granny Smith Apple #AAF096

Tints of Granny Smith Apple #AAF096

RGB

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

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

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

R = 30.36%
G = 42.86%
B = 26.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#AAF096 (or 0xAAF096) is known color: Granny Smith Apple. HEX triplet: AA, F0 and 96. RGB value is (170,240,150). Sum of RGB (Red+Green+Blue) = 170+240+150=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF096 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF096 is #550F69. Grayscale: #D1D1D1. Windows color (decimal): -5574506 or 9892010. OLE color: 9892010.

HSL color Cylindrical-coordinate representation of color #AAF096: hue angle of 106.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAF096 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 150 -
CMYK 0.29 0 0.37 0.06
HSL 106.67º 0.75% 0.76% -
HSV(B) 106.67º 0.38% 0.94% -
XYZ 53.24 73.07 40.15 -
YUV 208.81 94.81 100.32 -
System Red Green Blue C M Y K H S L
Decimal 170 240 150 0.29 0 0.37 0.06 106.67 0.75 0.76
Hex AA F0 96 1D 0 25 6 6B 4B 4C
Octal 252 360 226 35 0 45 6 153 113 114
Binary 10101010 11110000 10010110 11101 0 100101 110 1101011 1001011 1001100

Color Harmonies of #AAF096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF096

Black with #AAF096

Text Example


Text Example

White with #AAF096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF096; }

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

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

background-color css

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

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

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

border-color css

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

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

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