#A4F095

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

Shades of Granny Smith Apple #A4F095

Tints of Granny Smith Apple #A4F095

Color information

#A4F095 (or 0xA4F095) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F0 and 95. RGB value is (164,240,149). Sum of RGB (Red+Green+Blue) = 164+240+149=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F095 is #5B0F6A. Grayscale: #CFCFCF. Windows color (decimal): -5967723 or 9826468. OLE color: 9826468.

HSL color Cylindrical-coordinate representation of color #A4F095: hue angle of 110.11º 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 #A4F095 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB164240149-
CMYK0.3200.380.06
HSL110.11º75.21%76.27%-
HSV(B)110.11º37.92%94.12%-
XYZ51.8972.3839.67-
YUV206.995.3297.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.66%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=29.66%
G=43.40%
B=26.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1642401490.3200.380.06110.1175.2176.27
HexA4F0952002666e4b4c
Octal244360225400466156113114
Binary1010010011110000100101011000000100110110110111010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F095; }

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

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

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

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

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

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

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

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