#A5F985

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

Shades of Granny Smith Apple #A5F985

Tints of Granny Smith Apple #A5F985

Color information

#A5F985 (or 0xA5F985) is unknown color: approx Granny Smith Apple. HEX triplet: A5, F9 and 85. RGB value is (165,249,133). Sum of RGB (Red+Green+Blue) = 165+249+133=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F985 is #5A067A. Grayscale: #D3D3D3. Windows color (decimal): -5899899 or 8780197. OLE color: 8780197.

HSL color Cylindrical-coordinate representation of color #A5F985: hue angle of 103.45º 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 #A5F985 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB165249133-
CMYK0.3400.470.02
HSL103.45º90.62%74.9%-
HSV(B)103.45º46.59%97.65%-
XYZ53.6377.4434.31-
YUV210.6684.1795.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 249 (97.66% from 255) = 45.52%
BLUE value IS 133 (52.34% from 255) = 24.31%
R=30.16%
G=45.52%
B=24.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652491330.3400.470.02103.4590.6274.9
HexA5F9852202F2675b4b
Octal245371205420572147133113
Binary101001011111100110000101100010010111110110011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F985; }

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

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

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

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

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

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

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

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