#a1d359

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

Shades of Conifer #A1D359

Tints of Conifer #A1D359

Color information

#A1D359 (or 0xA1D359) is unknown color: approx Conifer. HEX triplet: A1, D3 and 59. RGB value is (161,211,89). Sum of RGB (Red+Green+Blue) = 161+211+89=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D359 is #5E2CA6. Grayscale: #B6B6B6. Windows color (decimal): -6171815 or 5886881. OLE color: 5886881.

HSL color Cylindrical-coordinate representation of color #A1D359: hue angle of 84.59º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1D359 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB16121189-
CMYK0.2400.580.17
HSL84.59º58.1%58.82%-
HSV(B)84.59º57.82%82.75%-
XYZ39.854.8917.95-
YUV182.1475.44112.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.92%
GREEN value IS 211 (82.81% from 255) = 45.77%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=34.92%
G=45.77%
B=19.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161211890.2400.580.1784.5958.158.82
HexA1D3591803A11553a3b
Octal24132313130072211257273
Binary10100001110100111011001110000111010100011010101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1d359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1d359; }

 p { color: rgb(161,211,89); }

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

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

 a { background-color: rgb(161,211,89); }

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

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

 span { border-color: rgb(161,211,89); }

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