#A6F485

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

Shades of Granny Smith Apple #A6F485

Tints of Granny Smith Apple #A6F485

Color information

#A6F485 (or 0xA6F485) is unknown color: approx Granny Smith Apple. HEX triplet: A6, F4 and 85. RGB value is (166,244,133). Sum of RGB (Red+Green+Blue) = 166+244+133=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F485 is #590B7A. Grayscale: #D0D0D0. Windows color (decimal): -5835643 or 8778918. OLE color: 8778918.

HSL color Cylindrical-coordinate representation of color #A6F485: hue angle of 102.16º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6F485 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB166244133-
CMYK0.3200.450.04
HSL102.16º83.46%73.92%-
HSV(B)102.16º45.49%95.69%-
XYZ52.3174.533.81-
YUV208.0285.6698.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 244 (95.70% from 255) = 44.94%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=30.57%
G=44.94%
B=24.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662441330.3200.450.04102.1683.4673.92
HexA6F4852002D466534a
Octal246364205400554146123112
Binary1010011011110100100001011000000101101100110011010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F485; }

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

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

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

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

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

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

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

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