#A0D15D

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

Shades of Conifer #A0D15D

Tints of Conifer #A0D15D

Color information

#A0D15D (or 0xA0D15D) is unknown color: approx Conifer. HEX triplet: A0, D1 and 5D. RGB value is (160,209,93). Sum of RGB (Red+Green+Blue) = 160+209+93=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D15D is #5F2EA2. Grayscale: #B5B5B5. Windows color (decimal): -6237859 or 6148512. OLE color: 6148512.

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

Color convert

RGB16020993-
CMYK0.2300.560.18
HSL85.34º55.77%59.22%-
HSV(B)85.34º55.5%81.96%-
XYZ39.2753.8618.68-
YUV181.1278.27112.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.63%
GREEN value IS 209 (82.03% from 255) = 45.24%
BLUE value IS 93 (36.72% from 255) = 20.13%
R=34.63%
G=45.24%
B=20.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal160209930.2300.560.1885.3455.7759.22
HexA0D15D170381255383b
Octal24032113527070221257073
Binary10100000110100011011101101110111000100101010101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D15D; }

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

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

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

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

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

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

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

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