#A1F682

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

Shades of Granny Smith Apple #A1F682

Tints of Granny Smith Apple #A1F682

Color information

#A1F682 (or 0xA1F682) is unknown color: approx Granny Smith Apple. HEX triplet: A1, F6 and 82. RGB value is (161,246,130). Sum of RGB (Red+Green+Blue) = 161+246+130=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F682 is #5E097D. Grayscale: #CFCFCF. Windows color (decimal): -6162814 or 8582817. OLE color: 8582817.

HSL color Cylindrical-coordinate representation of color #A1F682: hue angle of 103.97º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1F682 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB161246130-
CMYK0.3500.470.04
HSL103.97º86.57%73.73%-
HSV(B)103.97º47.15%96.47%-
XYZ51.6875.132.89-
YUV207.3684.3494.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 246 (96.48% from 255) = 45.81%
BLUE value IS 130 (51.17% from 255) = 24.21%
R=29.98%
G=45.81%
B=24.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612461300.3500.470.04103.9786.5773.73
HexA1F6822302F468574a
Octal241366202430574150127112
Binary1010000111110110100000101000110101111100110100010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F682; }

 p { color: rgb(161,246,130); }

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

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

 a { background-color: rgb(161,246,130); }

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

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

 span { border-color: rgb(161,246,130); }

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