#A1F965

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

Shades of Conifer #A1F965

Tints of Conifer #A1F965

Color information

#A1F965 (or 0xA1F965) is unknown color: approx Conifer. HEX triplet: A1, F9 and 65. RGB value is (161,249,101). Sum of RGB (Red+Green+Blue) = 161+249+101=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F965 is #5E069A. Grayscale: #CECECE. Windows color (decimal): -6162075 or 6683041. OLE color: 6683041.

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

Color convert

RGB161249101-
CMYK0.3500.590.02
HSL95.68º92.5%68.63%-
HSV(B)95.68º59.44%97.65%-
XYZ50.9276.2724.35-
YUV205.8268.8596.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 249 (97.66% from 255) = 48.73%
BLUE value IS 101 (39.84% from 255) = 19.77%
R=31.51%
G=48.73%
B=19.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612491010.3500.590.0295.6892.568.63
HexA1F9652303B2605c45
Octal241371145430732140134105
Binary10100001111110011100101100011011101110110000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F965; }

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

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

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

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

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

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

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

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