#A3D661

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

Shades of Conifer #A3D661

Tints of Conifer #A3D661

Color information

#A3D661 (or 0xA3D661) is unknown color: approx Conifer. HEX triplet: A3, D6 and 61. RGB value is (163,214,97). Sum of RGB (Red+Green+Blue) = 163+214+97=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D661 is #5C299E. Grayscale: #B9B9B9. Windows color (decimal): -6039967 or 6411939. OLE color: 6411939.

HSL color Cylindrical-coordinate representation of color #A3D661: hue angle of 86.15º 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 #A3D661 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB16321497-
CMYK0.2400.550.16
HSL86.15º58.79%60.98%-
HSV(B)86.15º54.67%83.92%-
XYZ41.3156.7420.08-
YUV185.4178.1112.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.39%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 97 (38.28% from 255) = 20.46%
R=34.39%
G=45.15%
B=20.46%

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
Decimal163214970.2400.550.1686.1558.7960.98
HexA3D6611803710563b3d
Octal24332614130067201267375
Binary10100011110101101100001110000110111100001010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D661; }

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

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

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

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

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

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

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

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