#A5CD57

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

Shades of Conifer #A5CD57

Tints of Conifer #A5CD57

Color information

#A5CD57 (or 0xA5CD57) is unknown color: approx Conifer. HEX triplet: A5, CD and 57. RGB value is (165,205,87). Sum of RGB (Red+Green+Blue) = 165+205+87=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 87 (34.38% from 255 or 19.04% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CD57 is #5A32A8. Grayscale: #B4B4B4. Windows color (decimal): -5911209 or 5754277. OLE color: 5754277.

HSL color Cylindrical-coordinate representation of color #A5CD57: hue angle of 80.34º 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 #A5CD57 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB16520587-
CMYK0.2000.580.20
HSL80.34º54.13%57.25%-
HSV(B)80.34º57.56%80.39%-
XYZ39.0752.3517.06-
YUV179.5975.75117.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 205 (80.47% from 255) = 44.86%
BLUE value IS 87 (34.38% from 255) = 19.04%
R=36.11%
G=44.86%
B=19.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165205870.2000.580.2080.3454.1357.25
HexA5CD571403A14503639
Octal24531512724072241206671
Binary10100101110011011010111101000111010101001010000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD57; }

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

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

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

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

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

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

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

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