#A1F851

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

Shades of Conifer #A1F851

Tints of Conifer #A1F851

Color information

#A1F851 (or 0xA1F851) is unknown color: approx Conifer. HEX triplet: A1, F8 and 51. RGB value is (161,248,81). Sum of RGB (Red+Green+Blue) = 161+248+81=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F851 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F851 is #5E07AE. Grayscale: #CBCBCB. Windows color (decimal): -6162351 or 5372065. OLE color: 5372065.

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

Color convert

RGB16124881-
CMYK0.3500.670.03
HSL91.26º92.27%64.51%-
HSV(B)91.26º67.34%97.25%-
XYZ49.7575.3119.7-
YUV202.9559.1898.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 248 (97.27% from 255) = 50.61%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=32.86%
G=50.61%
B=16.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal161248810.3500.670.0391.2692.2764.51
HexA1F8512304335b5c41
Octal2413701214301033133134101
Binary101000011111100010100011000110100001111101101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F851; }

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

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

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

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

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

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

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

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