#A1D863

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

Shades of Conifer #A1D863

Tints of Conifer #A1D863

Color information

#A1D863 (or 0xA1D863) is unknown color: approx Conifer. HEX triplet: A1, D8 and 63. RGB value is (161,216,99). Sum of RGB (Red+Green+Blue) = 161+216+99=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 99 (39.06% from 255 or 20.80% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D863 is #5E279C. Grayscale: #BABABA. Windows color (decimal): -6170525 or 6543521. OLE color: 6543521.

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

Color convert

RGB16121699-
CMYK0.2500.540.15
HSL88.21º60%61.76%-
HSV(B)88.21º54.17%84.71%-
XYZ41.5157.5920.73-
YUV186.2278.78110.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 216 (84.77% from 255) = 45.38%
BLUE value IS 99 (39.06% from 255) = 20.80%
R=33.82%
G=45.38%
B=20.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161216990.2500.540.1588.216061.76
HexA1D86319036F583c3e
Octal24133014331066171307476
Binary1010000111011000110001111001011011011111011000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D863; }

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

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

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

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

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

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

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

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