#A4F28B

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

Shades of Granny Smith Apple #A4F28B

Tints of Granny Smith Apple #A4F28B

Color information

#A4F28B (or 0xA4F28B) is unknown color: approx Granny Smith Apple. HEX triplet: A4, F2 and 8B. RGB value is (164,242,139). Sum of RGB (Red+Green+Blue) = 164+242+139=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F28B is #5B0D74. Grayscale: #CFCFCF. Windows color (decimal): -5967221 or 9171620. OLE color: 9171620.

HSL color Cylindrical-coordinate representation of color #A4F28B: hue angle of 105.44º 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 #A4F28B is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB164242139-
CMYK0.3200.430.05
HSL105.44º79.84%74.71%-
HSV(B)105.44º42.56%94.9%-
XYZ51.7273.2635.84-
YUV206.9489.6697.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 242 (94.92% from 255) = 44.40%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=30.09%
G=44.40%
B=25.50%

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
Decimal1642421390.3200.430.05105.4479.8474.71
HexA4F28B2002B569504b
Octal244362213400535151120113
Binary1010010011110010100010111000000101011101110100110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F28B; }

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

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

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

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

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

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

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

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