#A0DC61

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

Shades of Conifer #A0DC61

Tints of Conifer #A0DC61

Color information

#A0DC61 (or 0xA0DC61) is unknown color: approx Conifer. HEX triplet: A0, DC and 61. RGB value is (160,220,97). Sum of RGB (Red+Green+Blue) = 160+220+97=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC61 is #5F239E. Grayscale: #BCBCBC. Windows color (decimal): -6235039 or 6413472. OLE color: 6413472.

HSL color Cylindrical-coordinate representation of color #A0DC61: hue angle of 89.27º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0DC61 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB16022097-
CMYK0.2700.560.14
HSL89.27º63.73%62.16%-
HSV(B)89.27º55.91%86.27%-
XYZ42.2559.5220.57-
YUV188.0476.62108-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 220 (86.33% from 255) = 46.12%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=33.54%
G=46.12%
B=20.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160220970.2700.560.1489.2763.7362.16
HexA0DC611B038E59403e
Octal240334141330701613110076
Binary10100000110111001100001110110111000111010110011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC61; }

 p { color: rgb(160,220,97); }

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

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

 a { background-color: rgb(160,220,97); }

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

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

 span { border-color: rgb(160,220,97); }

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