#A1F666

Color #A1F666 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A1F666

Tints of Conifer #A1F666

Color information

#A1F666 (or 0xA1F666) is unknown color: approx Conifer. HEX triplet: A1, F6 and 66. RGB value is (161,246,102). Sum of RGB (Red+Green+Blue) = 161+246+102=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F666 is #5E0999. Grayscale: #CCCCCC. Windows color (decimal): -6162842 or 6747809. OLE color: 6747809.

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

Color convert

RGB161246102-
CMYK0.3500.590.04
HSL95.42º88.89%68.24%-
HSV(B)95.42º58.54%96.47%-
XYZ50.0574.4524.3-
YUV204.1770.3497.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 246 (96.48% from 255) = 48.33%
BLUE value IS 102 (40.23% from 255) = 20.04%
R=31.63%
G=48.33%
B=20.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612461020.3500.590.0495.4288.8968.24
HexA1F6662303B45f5944
Octal241366146430734137131104
Binary101000011111011011001101000110111011100101111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F666; }

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

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

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

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

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

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

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

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