#a3d660

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

Shades of Conifer #A3D660

Tints of Conifer #A3D660

Color information

#A3D660 (or 0xA3D660) is unknown color: approx Conifer. HEX triplet: A3, D6 and 60. RGB value is (163,214,96). Sum of RGB (Red+Green+Blue) = 163+214+96=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D660 is #5C299F. Grayscale: #B9B9B9. Windows color (decimal): -6039968 or 6346403. OLE color: 6346403.

HSL color Cylindrical-coordinate representation of color #A3D660: hue angle of 85.93º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3D660 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB16321496-
CMYK0.2400.550.16
HSL85.93º59%60.78%-
HSV(B)85.93º55.14%83.92%-
XYZ41.2656.7219.84-
YUV185.377.6112.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.46%
GREEN value IS 214 (83.98% from 255) = 45.24%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=34.46%
G=45.24%
B=20.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163214960.2400.550.1685.935960.78
HexA3D6601803710563b3d
Octal24332614030067201267375
Binary10100011110101101100000110000110111100001010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3d660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3d660; }

 p { color: rgb(163,214,96); }

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

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

 a { background-color: rgb(163,214,96); }

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

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

 span { border-color: rgb(163,214,96); }

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