#A1F85F

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

Shades of Conifer #A1F85F

Tints of Conifer #A1F85F

Color information

#A1F85F (or 0xA1F85F) is unknown color: approx Conifer. HEX triplet: A1, F8 and 5F. RGB value is (161,248,95). Sum of RGB (Red+Green+Blue) = 161+248+95=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F85F is #5E07A0. Grayscale: #CDCDCD. Windows color (decimal): -6162337 or 6289569. OLE color: 6289569.

HSL color Cylindrical-coordinate representation of color #A1F85F: hue angle of 94.12º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1F85F is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB16124895-
CMYK0.3500.620.03
HSL94.12º91.62%67.25%-
HSV(B)94.12º61.69%97.25%-
XYZ50.3375.5422.75-
YUV204.5466.1896.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 248 (97.27% from 255) = 49.21%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=31.94%
G=49.21%
B=18.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal161248950.3500.620.0394.1291.6267.25
HexA1F85F2303E35e5c43
Octal241370137430763136134103
Binary10100001111110001011111100011011111011101111010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F85F; }

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

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

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

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

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

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

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

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