#A2F885

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

Shades of Granny Smith Apple #A2F885

Tints of Granny Smith Apple #A2F885

Color information

#A2F885 (or 0xA2F885) is unknown color: approx Granny Smith Apple. HEX triplet: A2, F8 and 85. RGB value is (162,248,133). Sum of RGB (Red+Green+Blue) = 162+248+133=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F885 is #5D077A. Grayscale: #D1D1D1. Windows color (decimal): -6096763 or 8779938. OLE color: 8779938.

HSL color Cylindrical-coordinate representation of color #A2F885: hue angle of 104.87º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2F885 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB162248133-
CMYK0.3500.460.03
HSL104.87º89.15%74.71%-
HSV(B)104.87º46.37%97.25%-
XYZ52.776.5134.18-
YUV209.1885.0194.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 248 (97.27% from 255) = 45.67%
BLUE value IS 133 (52.34% from 255) = 24.49%
R=29.83%
G=45.67%
B=24.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1622481330.3500.460.03104.8789.1574.71
HexA2F8852302E369594b
Octal242370205430563151131113
Binary101000101111100010000101100011010111011110100110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F885; }

 p { color: rgb(162,248,133); }

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

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

 a { background-color: rgb(162,248,133); }

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

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

 span { border-color: rgb(162,248,133); }

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