#A1F951

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

Shades of Conifer #A1F951

Tints of Conifer #A1F951

Color information

#A1F951 (or 0xA1F951) is unknown color: approx Conifer. HEX triplet: A1, F9 and 51. RGB value is (161,249,81). Sum of RGB (Red+Green+Blue) = 161+249+81=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F951 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F951 is #5E06AE. Grayscale: #CCCCCC. Windows color (decimal): -6162095 or 5372321. OLE color: 5372321.

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

Color convert

RGB16124981-
CMYK0.3500.670.02
HSL91.43º93.33%64.71%-
HSV(B)91.43º67.47%97.65%-
XYZ50.0675.9219.8-
YUV203.5458.8597.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 249 (97.66% from 255) = 50.71%
BLUE value IS 81 (32.03% from 255) = 16.50%
R=32.79%
G=50.71%
B=16.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal161249810.3500.670.0291.4393.3364.71
HexA1F9512304325b5d41
Octal2413711214301032133135101
Binary101000011111100110100011000110100001110101101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F951; }

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

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

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

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

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

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

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

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