#A5DC55

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

Shades of Conifer #A5DC55

Tints of Conifer #A5DC55

Color information

#A5DC55 (or 0xA5DC55) is unknown color: approx Conifer. HEX triplet: A5, DC and 55. RGB value is (165,220,85). Sum of RGB (Red+Green+Blue) = 165+220+85=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DC55 is #5A23AA. Grayscale: #BCBCBC. Windows color (decimal): -5907371 or 5627045. OLE color: 5627045.

HSL color Cylindrical-coordinate representation of color #A5DC55: hue angle of 84.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5DC55 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB16522085-
CMYK0.2500.610.14
HSL84.44º65.85%59.8%-
HSV(B)84.44º61.36%86.27%-
XYZ42.7559.8417.89-
YUV188.1669.78111.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 220 (86.33% from 255) = 46.81%
BLUE value IS 85 (33.59% from 255) = 18.09%
R=35.11%
G=46.81%
B=18.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal165220850.2500.610.1484.4465.8559.8
HexA5DC551903DE54423c
Octal245334125310751612410274
Binary10100101110111001010101110010111101111010101001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DC55; }

 p { color: rgb(165,220,85); }

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

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

 a { background-color: rgb(165,220,85); }

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

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

 span { border-color: rgb(165,220,85); }

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