#A4F28C

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

Shades of Granny Smith Apple #A4F28C

Tints of Granny Smith Apple #A4F28C

Color information

#A4F28C (or 0xA4F28C) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F2 and 8C. RGB value is (164,242,140). Sum of RGB (Red+Green+Blue) = 164+242+140=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F28C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F28C is #5B0D73. Grayscale: #CFCFCF. Windows color (decimal): -5967220 or 9237156. OLE color: 9237156.

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

Color convert

RGB164242140-
CMYK0.3200.420.05
HSL105.88º79.69%74.9%-
HSV(B)105.88º42.15%94.9%-
XYZ51.873.2936.23-
YUV207.0590.1697.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 242 (94.92% from 255) = 44.32%
BLUE value IS 140 (55.08% from 255) = 25.64%
R=30.04%
G=44.32%
B=25.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642421400.3200.420.05105.8879.6974.9
HexA4F28C2002A56a504b
Octal244362214400525152120113
Binary1010010011110010100011001000000101010101110101010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F28C; }

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

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

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

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

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

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

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

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