#A5F195

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

Shades of Granny Smith Apple #A5F195

Tints of Granny Smith Apple #A5F195

Color information

#A5F195 (or 0xA5F195) is unknown color: approx Granny Smith Apple. HEX triplet: A5, F1 and 95. RGB value is (165,241,149). Sum of RGB (Red+Green+Blue) = 165+241+149=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F195 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F195 is #5A0E6A. Grayscale: #D0D0D0. Windows color (decimal): -5901931 or 9826725. OLE color: 9826725.

HSL color Cylindrical-coordinate representation of color #A5F195: hue angle of 109.57º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5F195 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB165241149-
CMYK0.3200.380.05
HSL109.57º76.67%76.47%-
HSV(B)109.57º38.17%94.51%-
XYZ52.473.0839.78-
YUV207.7994.8297.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.73%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=29.73%
G=43.42%
B=26.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1652411490.3200.380.05109.5776.6776.47
HexA5F1952002656e4d4c
Octal245361225400465156115114
Binary1010010111110001100101011000000100110101110111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F195; }

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

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

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

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

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

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

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

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