#a4f484

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

Shades of Granny Smith Apple #A4F484

Tints of Granny Smith Apple #A4F484

Color information

#A4F484 (or 0xA4F484) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F4 and 84. RGB value is (164,244,132). Sum of RGB (Red+Green+Blue) = 164+244+132=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F484 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F484 is #5B0B7B. Grayscale: #CFCFCF. Windows color (decimal): -5966716 or 8713380. OLE color: 8713380.

HSL color Cylindrical-coordinate representation of color #A4F484: hue angle of 102.86º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4F484 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB164244132-
CMYK0.3300.460.04
HSL102.86º83.58%73.73%-
HSV(B)102.86º45.9%95.69%-
XYZ51.8374.2633.43-
YUV207.3185.597.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 244 (95.70% from 255) = 45.19%
BLUE value IS 132 (51.95% from 255) = 24.44%
R=30.37%
G=45.19%
B=24.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642441320.3300.460.04102.8683.5873.73
HexA4F4842102E467544a
Octal244364204410564147124112
Binary1010010011110100100001001000010101110100110011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4f484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4f484; }

 p { color: rgb(164,244,132); }

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

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

 a { background-color: rgb(164,244,132); }

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

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

 span { border-color: rgb(164,244,132); }

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