#A5D055

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

Shades of Conifer #A5D055

Tints of Conifer #A5D055

Color information

#A5D055 (or 0xA5D055) is unknown color: approx Conifer. HEX triplet: A5, D0 and 55. RGB value is (165,208,85). Sum of RGB (Red+Green+Blue) = 165+208+85=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D055 is #5A2FAA. Grayscale: #B5B5B5. Windows color (decimal): -5910443 or 5623973. OLE color: 5623973.

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

Color convert

RGB16520885-
CMYK0.2100.590.18
HSL80.98º56.68%57.45%-
HSV(B)80.98º59.13%81.57%-
XYZ39.7153.7716.88-
YUV181.1273.75116.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 208 (81.64% from 255) = 45.41%
BLUE value IS 85 (33.59% from 255) = 18.56%
R=36.03%
G=45.41%
B=18.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165208850.2100.590.1880.9856.6857.45
HexA5D0551503B12513939
Octal24532012525073221217171
Binary10100101110100001010101101010111011100101010001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D055; }

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

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

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

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

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

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

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

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