#A1D163

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

Shades of Conifer #A1D163

Tints of Conifer #A1D163

Color information

#A1D163 (or 0xA1D163) is unknown color: approx Conifer. HEX triplet: A1, D1 and 63. RGB value is (161,209,99). Sum of RGB (Red+Green+Blue) = 161+209+99=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D163 is #5E2E9C. Grayscale: #B6B6B6. Windows color (decimal): -6172317 or 6541729. OLE color: 6541729.

HSL color Cylindrical-coordinate representation of color #A1D163: hue angle of 86.18º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1D163 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB16120999-
CMYK0.2300.530.18
HSL86.18º54.46%60.39%-
HSV(B)86.18º52.63%81.96%-
XYZ39.7554.0820.15-
YUV182.1181.1112.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 99 (39.06% from 255) = 21.11%
R=34.33%
G=44.56%
B=21.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161209990.2300.530.1886.1854.4660.39
HexA1D163170351256363c
Octal24132114327065221266674
Binary10100001110100011100011101110110101100101010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D163; }

 p { color: rgb(161,209,99); }

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

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

 a { background-color: rgb(161,209,99); }

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

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

 span { border-color: rgb(161,209,99); }

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