#A7F585

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

Shades of Granny Smith Apple #A7F585

Tints of Granny Smith Apple #A7F585

Color information

#A7F585 (or 0xA7F585) is unknown color: approx Granny Smith Apple. HEX triplet: A7, F5 and 85. RGB value is (167,245,133). Sum of RGB (Red+Green+Blue) = 167+245+133=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #A7F585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F585 is #580A7A. Grayscale: #D1D1D1. Windows color (decimal): -5769851 or 8779175. OLE color: 8779175.

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

Color convert

RGB167245133-
CMYK0.3200.460.04
HSL101.79º84.85%74.12%-
HSV(B)101.79º45.71%96.08%-
XYZ52.8275.2133.92-
YUV208.9185.1698.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.64%
GREEN value IS 245 (96.09% from 255) = 44.95%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=30.64%
G=44.95%
B=24.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1672451330.3200.460.04101.7984.8574.12
HexA7F5852002E466554a
Octal247365205400564146125112
Binary1010011111110101100001011000000101110100110011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F585; }

 p { color: rgb(167,245,133); }

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

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

 a { background-color: rgb(167,245,133); }

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

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

 span { border-color: rgb(167,245,133); }

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