#a0d061

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

Shades of Conifer #A0D061

Tints of Conifer #A0D061

Color information

#A0D061 (or 0xA0D061) is unknown color: approx Conifer. HEX triplet: A0, D0 and 61. RGB value is (160,208,97). Sum of RGB (Red+Green+Blue) = 160+208+97=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D061 is #5F2F9E. Grayscale: #B5B5B5. Windows color (decimal): -6238111 or 6410400. OLE color: 6410400.

HSL color Cylindrical-coordinate representation of color #A0D061: hue angle of 85.95º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0D061 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB16020897-
CMYK0.2300.530.18
HSL85.95º54.15%59.8%-
HSV(B)85.95º53.37%81.57%-
XYZ39.2153.4519.56-
YUV180.9980.6113.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 208 (81.64% from 255) = 44.73%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=34.41%
G=44.73%
B=20.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160208970.2300.530.1885.9554.1559.8
HexA0D061170351256363c
Octal24032014127065221266674
Binary10100000110100001100001101110110101100101010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0d061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0d061; }

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

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

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

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

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

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

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

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