#A0D85B

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

Shades of Conifer #A0D85B

Tints of Conifer #A0D85B

Color information

#A0D85B (or 0xA0D85B) is unknown color: approx Conifer. HEX triplet: A0, D8 and 5B. RGB value is (160,216,91). Sum of RGB (Red+Green+Blue) = 160+216+91=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D85B is #5F27A4. Grayscale: #B9B9B9. Windows color (decimal): -6236069 or 6019232. OLE color: 6019232.

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

Color convert

RGB16021691-
CMYK0.2600.580.15
HSL86.88º61.58%60.2%-
HSV(B)86.88º57.87%84.71%-
XYZ40.9457.3418.81-
YUV185.0174.95110.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 216 (84.77% from 255) = 46.25%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=34.26%
G=46.25%
B=19.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160216910.2600.580.1586.8861.5860.2
HexA0D85B1A03AF573e3c
Octal24033013332072171277674
Binary1010000011011000101101111010011101011111010111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D85B; }

 p { color: rgb(160,216,91); }

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

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

 a { background-color: rgb(160,216,91); }

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

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

 span { border-color: rgb(160,216,91); }

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