#A3D868

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

Shades of Conifer #A3D868

Tints of Conifer #A3D868

Color information

#A3D868 (or 0xA3D868) is unknown color: approx Conifer. HEX triplet: A3, D8 and 68. RGB value is (163,216,104). Sum of RGB (Red+Green+Blue) = 163+216+104=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D868 is #5C2797. Grayscale: #BBBBBB. Windows color (decimal): -6039448 or 6871203. OLE color: 6871203.

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

Color convert

RGB163216104-
CMYK0.2500.520.15
HSL88.39º58.95%62.75%-
HSV(B)88.39º51.85%84.71%-
XYZ42.1657.922.05-
YUV187.3880.94110.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=33.75%
G=44.72%
B=21.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632161040.2500.520.1588.3958.9562.75
HexA3D86819034F583b3f
Octal24333015031064171307377
Binary1010001111011000110100011001011010011111011000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D868; }

 p { color: rgb(163,216,104); }

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

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

 a { background-color: rgb(163,216,104); }

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

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

 span { border-color: rgb(163,216,104); }

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