#A0CD5D

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

Shades of Conifer #A0CD5D

Tints of Conifer #A0CD5D

Color information

#A0CD5D (or 0xA0CD5D) is unknown color: approx Conifer. HEX triplet: A0, CD and 5D. RGB value is (160,205,93). Sum of RGB (Red+Green+Blue) = 160+205+93=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD5D is #5F32A2. Grayscale: #B3B3B3. Windows color (decimal): -6238883 or 6147488. OLE color: 6147488.

HSL color Cylindrical-coordinate representation of color #A0CD5D: hue angle of 84.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0CD5D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB16020593-
CMYK0.2200.550.20
HSL84.11º52.83%58.43%-
HSV(B)84.11º54.63%80.39%-
XYZ38.351.9318.36-
YUV178.7879.59114.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.93%
GREEN value IS 205 (80.47% from 255) = 44.76%
BLUE value IS 93 (36.72% from 255) = 20.31%
R=34.93%
G=44.76%
B=20.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160205930.2200.550.2084.1152.8358.43
HexA0CD5D160371454353a
Octal24031513526067241246572
Binary10100000110011011011101101100110111101001010100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD5D; }

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

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

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

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

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

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

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

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