#A1FB55

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

Shades of Conifer #A1FB55

Tints of Conifer #A1FB55

Color information

#A1FB55 (or 0xA1FB55) is unknown color: approx Conifer. HEX triplet: A1, FB and 55. RGB value is (161,251,85). Sum of RGB (Red+Green+Blue) = 161+251+85=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB55 is #5E04AA. Grayscale: #CDCDCD. Windows color (decimal): -6161579 or 5634977. OLE color: 5634977.

HSL color Cylindrical-coordinate representation of color #A1FB55: hue angle of 92.53º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1FB55 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB16125185-
CMYK0.3600.660.02
HSL92.53º95.4%65.88%-
HSV(B)92.53º66.14%98.43%-
XYZ50.8377.2320.82-
YUV205.1760.1896.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.39%
GREEN value IS 251 (98.44% from 255) = 50.50%
BLUE value IS 85 (33.59% from 255) = 17.10%
R=32.39%
G=50.50%
B=17.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161251850.3600.660.0292.5395.465.88
HexA1FB552404225d5f42
Octal2413731254401022135137102
Binary101000011111101110101011001000100001010101110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FB55; }

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

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

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

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

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

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

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

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