#A1FD5F

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

Shades of Conifer #A1FD5F

Tints of Conifer #A1FD5F

Color information

#A1FD5F (or 0xA1FD5F) is unknown color: approx Conifer. HEX triplet: A1, FD and 5F. RGB value is (161,253,95). Sum of RGB (Red+Green+Blue) = 161+253+95=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FD5F is #5E02A0. Grayscale: #D0D0D0. Windows color (decimal): -6161057 or 6290849. OLE color: 6290849.

HSL color Cylindrical-coordinate representation of color #A1FD5F: hue angle of 94.94º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1FD5F is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB16125395-
CMYK0.3600.620.01
HSL94.94º97.53%68.24%-
HSV(B)94.94º62.45%99.22%-
XYZ51.8978.6523.27-
YUV207.4864.5294.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 253 (99.22% from 255) = 49.71%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=31.63%
G=49.71%
B=18.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal161253950.3600.620.0194.9497.5368.24
HexA1FD5F2403E15f6244
Octal241375137440761137142104
Binary1010000111111101101111110010001111101101111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1FD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1FD5F; }

 p { color: rgb(161,253,95); }

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

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

 a { background-color: rgb(161,253,95); }

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

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

 span { border-color: rgb(161,253,95); }

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