#A6F985

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

Shades of Granny Smith Apple #A6F985

Tints of Granny Smith Apple #A6F985

Color information

#A6F985 (or 0xA6F985) is unknown color: approx Granny Smith Apple. HEX triplet: A6, F9 and 85. RGB value is (166,249,133). Sum of RGB (Red+Green+Blue) = 166+249+133=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 133 (52.34% from 255 or 24.27% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F985 is #59067A. Grayscale: #D3D3D3. Windows color (decimal): -5834363 or 8780198. OLE color: 8780198.

HSL color Cylindrical-coordinate representation of color #A6F985: hue angle of 102.93º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6F985 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB166249133-
CMYK0.3300.470.02
HSL102.93º90.62%74.9%-
HSV(B)102.93º46.59%97.65%-
XYZ53.8477.5534.32-
YUV210.968495.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 249 (97.66% from 255) = 45.44%
BLUE value IS 133 (52.34% from 255) = 24.27%
R=30.29%
G=45.44%
B=24.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662491330.3300.470.02102.9390.6274.9
HexA6F9852102F2675b4b
Octal246371205410572147133113
Binary101001101111100110000101100001010111110110011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F985; }

 p { color: rgb(166,249,133); }

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

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

 a { background-color: rgb(166,249,133); }

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

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

 span { border-color: rgb(166,249,133); }

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