#AAF394

Color #AAF394 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #AAF394

Tints of Granny Smith Apple #AAF394

Color information

#AAF394 (or 0xAAF394) is unknown color: approx Granny Smith Apple. HEX triplet: AA, F3 and 94. RGB value is (170,243,148). Sum of RGB (Red+Green+Blue) = 170+243+148=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF394 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF394 is #550C6B. Grayscale: #D2D2D2. Windows color (decimal): -5573740 or 9761706. OLE color: 9761706.

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

Color convert

RGB170243148-
CMYK0.3000.390.05
HSL106.11º79.83%76.67%-
HSV(B)106.11º39.09%95.29%-
XYZ53.9774.7939.61-
YUV210.3492.8299.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 243 (95.31% from 255) = 43.32%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=30.30%
G=43.32%
B=26.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702431480.3000.390.05106.1179.8376.67
HexAAF3941E02756a504d
Octal252363224360475152120115
Binary101010101111001110010100111100100111101110101010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAF394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAF394; }

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

 H1.HeaderClassName
 {
   color: #AAF394;
 }
 .AnyTagClassName
 {
   color: #AAF394;
 }
</style>
background-color css

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

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

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

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

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

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