#A1F655

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

Shades of Conifer #A1F655

Tints of Conifer #A1F655

Color information

#A1F655 (or 0xA1F655) is unknown color: approx Conifer. HEX triplet: A1, F6 and 55. RGB value is (161,246,85). Sum of RGB (Red+Green+Blue) = 161+246+85=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F655 is #5E09AA. Grayscale: #CACACA. Windows color (decimal): -6162859 or 5633697. OLE color: 5633697.

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

Color convert

RGB16124685-
CMYK0.3500.650.04
HSL91.68º89.94%64.9%-
HSV(B)91.68º65.45%96.47%-
XYZ49.2974.1420.31-
YUV202.2361.8498.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 246 (96.48% from 255) = 50%
BLUE value IS 85 (33.59% from 255) = 17.28%
R=32.72%
G=50%
B=17.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal161246850.3500.650.0491.6889.9464.9
HexA1F6552304145c5a41
Octal2413661254301014134132101
Binary1010000111110110101010110001101000001100101110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F655; }

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

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

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

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

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

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

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

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