#A1D861

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

Shades of Conifer #A1D861

Tints of Conifer #A1D861

Color information

#A1D861 (or 0xA1D861) is unknown color: approx Conifer. HEX triplet: A1, D8 and 61. RGB value is (161,216,97). Sum of RGB (Red+Green+Blue) = 161+216+97=474 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.97% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D861 is #5E279E. Grayscale: #BABABA. Windows color (decimal): -6170527 or 6412449. OLE color: 6412449.

HSL color Cylindrical-coordinate representation of color #A1D861: hue angle of 87.73º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1D861 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB16121697-
CMYK0.2500.550.15
HSL87.73º60.41%61.37%-
HSV(B)87.73º55.09%84.71%-
XYZ41.4157.5520.24-
YUV185.9977.78110.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.97%
GREEN value IS 216 (84.77% from 255) = 45.57%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=33.97%
G=45.57%
B=20.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161216970.2500.550.1587.7360.4161.37
HexA1D86119037F583c3d
Octal24133014131067171307475
Binary1010000111011000110000111001011011111111011000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D861; }

 p { color: rgb(161,216,97); }

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

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

 a { background-color: rgb(161,216,97); }

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

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

 span { border-color: rgb(161,216,97); }

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