#A4F196

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

Shades of Granny Smith Apple #A4F196

Tints of Granny Smith Apple #A4F196

Color information

#A4F196 (or 0xA4F196) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F1 and 96. RGB value is (164,241,150). Sum of RGB (Red+Green+Blue) = 164+241+150=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F196 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F196 is #5B0E69. Grayscale: #CFCFCF. Windows color (decimal): -5967466 or 9892260. OLE color: 9892260.

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

Color convert

RGB164241150-
CMYK0.3200.380.05
HSL110.77º76.47%76.67%-
HSV(B)110.77º37.76%94.51%-
XYZ52.2773.0140.19-
YUV207.695.4996.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.55%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=29.55%
G=43.42%
B=27.03%

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
Decimal1642411500.3200.380.05110.7776.4776.67
HexA4F1962002656f4c4d
Octal244361226400465157114115
Binary1010010011110001100101101000000100110101110111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F196; }

 p { color: rgb(164,241,150); }

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

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

 a { background-color: rgb(164,241,150); }

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

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

 span { border-color: rgb(164,241,150); }

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