#A1D966

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

Shades of Conifer #A1D966

Tints of Conifer #A1D966

Color information

#A1D966 (or 0xA1D966) is unknown color: approx Conifer. HEX triplet: A1, D9 and 66. RGB value is (161,217,102). Sum of RGB (Red+Green+Blue) = 161+217+102=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D966 is #5E2699. Grayscale: #BBBBBB. Windows color (decimal): -6170266 or 6740385. OLE color: 6740385.

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

Color convert

RGB161217102-
CMYK0.2600.530.15
HSL89.22º60.21%62.55%-
HSV(B)89.22º53%85.1%-
XYZ41.9158.1621.59-
YUV187.1579.95109.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 217 (85.16% from 255) = 45.21%
BLUE value IS 102 (40.23% from 255) = 21.25%
R=33.54%
G=45.21%
B=21.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171020.2600.530.1589.2260.2162.55
HexA1D9661A035F593c3f
Octal24133114632065171317477
Binary1010000111011001110011011010011010111111011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D966; }

 p { color: rgb(161,217,102); }

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

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

 a { background-color: rgb(161,217,102); }

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

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

 span { border-color: rgb(161,217,102); }

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