#A4F284

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

Shades of Granny Smith Apple #A4F284

Tints of Granny Smith Apple #A4F284

Color information

#A4F284 (or 0xA4F284) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F2 and 84. RGB value is (164,242,132). Sum of RGB (Red+Green+Blue) = 164+242+132=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F284 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F284 is #5B0D7B. Grayscale: #CECECE. Windows color (decimal): -5967228 or 8712868. OLE color: 8712868.

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

Color convert

RGB164242132-
CMYK0.3200.450.05
HSL102.55º80.88%73.33%-
HSV(B)102.55º45.45%94.9%-
XYZ51.2373.0633.23-
YUV206.1486.1697.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 242 (94.92% from 255) = 44.98%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=30.48%
G=44.98%
B=24.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642421320.3200.450.05102.5580.8873.33
HexA4F2842002D5675149
Octal244362204400555147121111
Binary1010010011110010100001001000000101101101110011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F284; }

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

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

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

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

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

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

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

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