#A1D362

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

Shades of Conifer #A1D362

Tints of Conifer #A1D362

Color information

#A1D362 (or 0xA1D362) is unknown color: approx Conifer. HEX triplet: A1, D3 and 62. RGB value is (161,211,98). Sum of RGB (Red+Green+Blue) = 161+211+98=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D362 is #5E2C9D. Grayscale: #B7B7B7. Windows color (decimal): -6171806 or 6476705. OLE color: 6476705.

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

Color convert

RGB16121198-
CMYK0.2400.540.17
HSL86.55º56.22%60.59%-
HSV(B)86.55º53.55%82.75%-
XYZ40.255.0520.06-
YUV183.1779.94112.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 211 (82.81% from 255) = 44.89%
BLUE value IS 98 (38.67% from 255) = 20.85%
R=34.26%
G=44.89%
B=20.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161211980.2400.540.1786.5556.2260.59
HexA1D362180361157383d
Octal24132314230066211277075
Binary10100001110100111100010110000110110100011010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D362; }

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

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

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

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

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

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

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

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