#A4F28A

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

Shades of Granny Smith Apple #A4F28A

Tints of Granny Smith Apple #A4F28A

Color information

#A4F28A (or 0xA4F28A) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F2 and 8A. RGB value is (164,242,138). Sum of RGB (Red+Green+Blue) = 164+242+138=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F28A is #5B0D75. Grayscale: #CFCFCF. Windows color (decimal): -5967222 or 9106084. OLE color: 9106084.

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

Color convert

RGB164242138-
CMYK0.3200.430.05
HSL105º80%74.51%-
HSV(B)105º42.98%94.9%-
XYZ51.6573.2335.46-
YUV206.8289.1697.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 242 (94.92% from 255) = 44.49%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=30.15%
G=44.49%
B=25.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642421380.3200.430.051058074.51
HexA4F28A2002B569504b
Octal244362212400535151120113
Binary1010010011110010100010101000000101011101110100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F28A; }

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

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

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

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

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

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

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

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