#A0D05D

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

Shades of Conifer #A0D05D

Tints of Conifer #A0D05D

Color information

#A0D05D (or 0xA0D05D) is unknown color: approx Conifer. HEX triplet: A0, D0 and 5D. RGB value is (160,208,93). Sum of RGB (Red+Green+Blue) = 160+208+93=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D05D is #5F2FA2. Grayscale: #B4B4B4. Windows color (decimal): -6238115 or 6148256. OLE color: 6148256.

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

Color convert

RGB16020893-
CMYK0.2300.550.18
HSL85.04º55.02%59.02%-
HSV(B)85.04º55.29%81.57%-
XYZ39.0353.3818.6-
YUV180.5478.6113.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=34.71%
G=45.12%
B=20.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160208930.2300.550.1885.0455.0259.02
HexA0D05D170371255373b
Octal24032013527067221256773
Binary10100000110100001011101101110110111100101010101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D05D; }

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

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

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

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

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

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

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

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