#AFF78C

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

Shades of Granny Smith Apple #AFF78C

Tints of Granny Smith Apple #AFF78C

Color information

#AFF78C (or 0xAFF78C) is unknown color: approx Granny Smith Apple. HEX triplet: AF, F7 and 8C. RGB value is (175,247,140). Sum of RGB (Red+Green+Blue) = 175+247+140=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 247 (96.88% from 255 or 43.95% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF78C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF78C is #500873. Grayscale: #D5D5D5. Windows color (decimal): -5245044 or 9238447. OLE color: 9238447.

HSL color Cylindrical-coordinate representation of color #AFF78C: hue angle of 100.37º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFF78C is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB175247140-
CMYK0.2900.430.03
HSL100.37º86.99%75.88%-
HSV(B)100.37º43.32%96.86%-
XYZ55.6777.5336.84-
YUV213.2786.65100.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 247 (96.88% from 255) = 43.95%
BLUE value IS 140 (55.08% from 255) = 24.91%
R=31.14%
G=43.95%
B=24.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471400.2900.430.03100.3786.9975.88
HexAFF78C1D02B364574c
Octal257367214350533144127114
Binary10101111111101111000110011101010101111110010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF78C; }

 p { color: rgb(175,247,140); }

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

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

 a { background-color: rgb(175,247,140); }

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

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

 span { border-color: rgb(175,247,140); }

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