#A5D051

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

Shades of Conifer #A5D051

Tints of Conifer #A5D051

Color information

#A5D051 (or 0xA5D051) is unknown color: approx Conifer. HEX triplet: A5, D0 and 51. RGB value is (165,208,81). Sum of RGB (Red+Green+Blue) = 165+208+81=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D051 is #5A2FAE. Grayscale: #B5B5B5. Windows color (decimal): -5910447 or 5361829. OLE color: 5361829.

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

Color convert

RGB16520881-
CMYK0.2100.610.18
HSL80.31º57.47%56.67%-
HSV(B)80.31º61.06%81.57%-
XYZ39.5653.7116.07-
YUV180.6671.75116.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.34%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 81 (32.03% from 255) = 17.84%
R=36.34%
G=45.81%
B=17.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165208810.2100.610.1880.3157.4756.67
HexA5D0511503D12503939
Octal24532012125075221207171
Binary10100101110100001010001101010111101100101010000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D051; }

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

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

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

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

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

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

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

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