#A0CD57

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

Shades of Conifer #A0CD57

Tints of Conifer #A0CD57

Color information

#A0CD57 (or 0xA0CD57) is unknown color: approx Conifer. HEX triplet: A0, CD and 57. RGB value is (160,205,87). Sum of RGB (Red+Green+Blue) = 160+205+87=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 87 (34.38% from 255 or 19.25% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CD57 is #5F32A8. Grayscale: #B2B2B2. Windows color (decimal): -6238889 or 5754272. OLE color: 5754272.

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

Color convert

RGB16020587-
CMYK0.2200.580.20
HSL82.88º54.13%57.25%-
HSV(B)82.88º57.56%80.39%-
XYZ38.0551.8217.01-
YUV178.0976.59115.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 205 (80.47% from 255) = 45.35%
BLUE value IS 87 (34.38% from 255) = 19.25%
R=35.40%
G=45.35%
B=19.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160205870.2200.580.2082.8854.1357.25
HexA0CD571603A14533639
Octal24031512726072241236671
Binary10100000110011011010111101100111010101001010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD57; }

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

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

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

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

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

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

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

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