#A1D063

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

Shades of Conifer #A1D063

Tints of Conifer #A1D063

Color information

#A1D063 (or 0xA1D063) is unknown color: approx Conifer. HEX triplet: A1, D0 and 63. RGB value is (161,208,99). Sum of RGB (Red+Green+Blue) = 161+208+99=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D063 is #5E2F9C. Grayscale: #B5B5B5. Windows color (decimal): -6172573 or 6541473. OLE color: 6541473.

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

Color convert

RGB16120899-
CMYK0.2300.520.18
HSL85.87º53.69%60.2%-
HSV(B)85.87º52.4%81.57%-
XYZ39.5153.5920.07-
YUV181.5281.43113.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 99 (39.06% from 255) = 21.15%
R=34.40%
G=44.44%
B=21.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161208990.2300.520.1885.8753.6960.2
HexA1D063170341256363c
Octal24132014327064221266674
Binary10100001110100001100011101110110100100101010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D063; }

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

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

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

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

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

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

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

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