Html Css Color HEX #AAF296 Granny Smith Apple

📋 copy color: '#AAF296'

red 170 ◦ green 242 ◦ blue 150

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

Shades of Granny Smith Apple #AAF296

Tints of Granny Smith Apple #AAF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

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

R = 30.25%
G = 43.06%
B = 26.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#AAF296 (or 0xAAF296) is known color: Granny Smith Apple. HEX triplet: AA, F2 and 96. RGB value is (170,242,150). Sum of RGB (Red+Green+Blue) = 170+242+150=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF296 is #550D69. Grayscale: #D2D2D2. Windows color (decimal): -5573994 or 9892522. OLE color: 9892522.

HSL color Cylindrical-coordinate representation of color #AAF296: hue angle of 106.96º degrees, saturation: 0.78, 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 #AAF296 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 150 -
CMYK 0.30 0 0.38 0.05
HSL 106.96º 0.78% 0.77% -
HSV(B) 106.96º 0.38% 0.95% -
XYZ 53.83 74.25 40.35 -
YUV 209.98 94.15 99.48 -
System Red Green Blue C M Y K H S L
Decimal 170 242 150 0.30 0 0.38 0.05 106.96 0.78 0.77
Hex AA F2 96 1E 0 26 5 6B 4E 4D
Octal 252 362 226 36 0 46 5 153 116 115
Binary 10101010 11110010 10010110 11110 0 100110 101 1101011 1001110 1001101

Color Harmonies of #AAF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF296

Black with #AAF296

Text Example


Text Example

White with #AAF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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