#A3DA61

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

Shades of Conifer #A3DA61

Tints of Conifer #A3DA61

Color information

#A3DA61 (or 0xA3DA61) is unknown color: approx Conifer. HEX triplet: A3, DA and 61. RGB value is (163,218,97). Sum of RGB (Red+Green+Blue) = 163+218+97=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA61 is #5C259E. Grayscale: #BCBCBC. Windows color (decimal): -6038943 or 6412963. OLE color: 6412963.

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

Color convert

RGB16321897-
CMYK0.2500.560.15
HSL87.27º62.05%61.76%-
HSV(B)87.27º55.5%85.49%-
XYZ42.3358.7920.43-
YUV187.7676.78110.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 218 (85.55% from 255) = 45.61%
BLUE value IS 97 (38.28% from 255) = 20.29%
R=34.10%
G=45.61%
B=20.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163218970.2500.560.1587.2762.0561.76
HexA3DA6119038F573e3e
Octal24333214131070171277676
Binary1010001111011010110000111001011100011111010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DA61; }

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

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

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

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

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

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

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

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