#A5D550

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

Shades of Conifer #A5D550

Tints of Conifer #A5D550

Color information

#A5D550 (or 0xA5D550) is unknown color: approx Conifer. HEX triplet: A5, D5 and 50. RGB value is (165,213,80). Sum of RGB (Red+Green+Blue) = 165+213+80=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D550 is #5A2AAF. Grayscale: #B7B7B7. Windows color (decimal): -5909168 or 5297573. OLE color: 5297573.

HSL color Cylindrical-coordinate representation of color #A5D550: hue angle of 81.65º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5D550 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB16521380-
CMYK0.2300.620.16
HSL81.65º61.29%57.45%-
HSV(B)81.65º62.44%83.53%-
XYZ40.7656.1716.28-
YUV183.4969.6114.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.03%
GREEN value IS 213 (83.59% from 255) = 46.51%
BLUE value IS 80 (31.64% from 255) = 17.47%
R=36.03%
G=46.51%
B=17.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal165213800.2300.620.1681.6561.2957.45
HexA5D5501703E10523d39
Octal24532512027076201227571
Binary10100101110101011010000101110111110100001010010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D550; }

 p { color: rgb(165,213,80); }

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

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

 a { background-color: rgb(165,213,80); }

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

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

 span { border-color: rgb(165,213,80); }

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