#A4F294

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

Shades of Granny Smith Apple #A4F294

Tints of Granny Smith Apple #A4F294

Color information

#A4F294 (or 0xA4F294) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F2 and 94. RGB value is (164,242,148). Sum of RGB (Red+Green+Blue) = 164+242+148=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F294 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F294 is #5B0D6B. Grayscale: #D0D0D0. Windows color (decimal): -5967212 or 9761444. OLE color: 9761444.

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

Color convert

RGB164242148-
CMYK0.3200.390.05
HSL109.79º78.33%76.47%-
HSV(B)109.79º38.84%94.9%-
XYZ52.4173.5339.45-
YUV207.9694.1696.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.60%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=29.60%
G=43.68%
B=26.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642421480.3200.390.05109.7978.3376.47
HexA4F2942002756e4e4c
Octal244362224400475156116114
Binary1010010011110010100101001000000100111101110111010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F294; }

 p { color: rgb(164,242,148); }

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

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

 a { background-color: rgb(164,242,148); }

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

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

 span { border-color: rgb(164,242,148); }

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