#A5F095

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

Shades of Granny Smith Apple #A5F095

Tints of Granny Smith Apple #A5F095

Color information

#A5F095 (or 0xA5F095) is unknown color: approx Granny Smith Apple. HEX triplet: A5, F0 and 95. RGB value is (165,240,149). Sum of RGB (Red+Green+Blue) = 165+240+149=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F095 is #5A0F6A. Grayscale: #CFCFCF. Windows color (decimal): -5902187 or 9826469. OLE color: 9826469.

HSL color Cylindrical-coordinate representation of color #A5F095: hue angle of 109.45º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5F095 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB165240149-
CMYK0.3100.380.06
HSL109.45º75.21%76.27%-
HSV(B)109.45º37.92%94.12%-
XYZ52.172.4939.68-
YUV207.295.1597.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.78%
GREEN value IS 240 (94.14% from 255) = 43.32%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=29.78%
G=43.32%
B=26.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652401490.3100.380.06109.4575.2176.27
HexA5F0951F02666d4b4c
Octal245360225370466155113114
Binary101001011111000010010101111110100110110110110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F095; }

 p { color: rgb(165,240,149); }

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

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

 a { background-color: rgb(165,240,149); }

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

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

 span { border-color: rgb(165,240,149); }

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