#a0db5e

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

Shades of Conifer #A0DB5E

Tints of Conifer #A0DB5E

Color information

#A0DB5E (or 0xA0DB5E) is unknown color: approx Conifer. HEX triplet: A0, DB and 5E. RGB value is (160,219,94). Sum of RGB (Red+Green+Blue) = 160+219+94=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB5E is #5F24A1. Grayscale: #BBBBBB. Windows color (decimal): -6235298 or 6216608. OLE color: 6216608.

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

Color convert

RGB16021994-
CMYK0.2700.570.14
HSL88.32º63.45%61.37%-
HSV(B)88.32º57.08%85.88%-
XYZ41.8558.9419.76-
YUV187.1175.45108.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.83%
GREEN value IS 219 (85.94% from 255) = 46.30%
BLUE value IS 94 (37.11% from 255) = 19.87%
R=33.83%
G=46.30%
B=19.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal160219940.2700.570.1488.3263.4561.37
HexA0DB5E1B039E583f3d
Octal24033313633071161307775
Binary1010000011011011101111011011011100111101011000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0db5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0db5e; }

 p { color: rgb(160,219,94); }

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

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

 a { background-color: rgb(160,219,94); }

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

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

 span { border-color: rgb(160,219,94); }

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