Html Css Color HEX #AAF396 Granny Smith Apple

📋 copy color: '#AAF396'

red 170 ◦ green 243 ◦ blue 150

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

Shades of Granny Smith Apple #AAF396

Tints of Granny Smith Apple #AAF396

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.16%

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

R = 30.2%
G = 43.16%
B = 26.64%

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

#AAF396 (or 0xAAF396) is known color: Granny Smith Apple. HEX triplet: AA, F3 and 96. RGB value is (170,243,150). Sum of RGB (Red+Green+Blue) = 170+243+150=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF396 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF396 is #550C69. Grayscale: #D2D2D2. Windows color (decimal): -5573738 or 9892778. OLE color: 9892778.

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

Color convert

RGB 170 243 150 -
CMYK 0.30 0 0.38 0.05
HSL 107.1º 0.79% 0.77% -
HSV(B) 107.1º 0.38% 0.95% -
XYZ 54.13 74.85 40.45 -
YUV 210.57 93.82 99.06 -
System Red Green Blue C M Y K H S L
Decimal 170 243 150 0.30 0 0.38 0.05 107.1 0.79 0.77
Hex AA F3 96 1E 0 26 5 6B 4F 4D
Octal 252 363 226 36 0 46 5 153 117 115
Binary 10101010 11110011 10010110 11110 0 100110 101 1101011 1001111 1001101

Color Harmonies of #AAF396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF396

Black with #AAF396

Text Example


Text Example

White with #AAF396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF396; }

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

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

background-color css

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

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

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

border-color css

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

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

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