#A1D862

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

Shades of Conifer #A1D862

Tints of Conifer #A1D862

Color information

#A1D862 (or 0xA1D862) is unknown color: approx Conifer. HEX triplet: A1, D8 and 62. RGB value is (161,216,98). Sum of RGB (Red+Green+Blue) = 161+216+98=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D862 is #5E279D. Grayscale: #BABABA. Windows color (decimal): -6170526 or 6477985. OLE color: 6477985.

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

Color convert

RGB16121698-
CMYK0.2500.550.15
HSL87.97º60.2%61.57%-
HSV(B)87.97º54.63%84.71%-
XYZ41.4657.5720.48-
YUV186.178.28110.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 98 (38.67% from 255) = 20.63%
R=33.89%
G=45.47%
B=20.63%

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
Decimal161216980.2500.550.1587.9760.261.57
HexA1D86219037F583c3e
Octal24133014231067171307476
Binary1010000111011000110001011001011011111111011000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D862; }

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

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

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

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

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

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

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

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