#A5D751

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

Shades of Conifer #A5D751

Tints of Conifer #A5D751

Color information

#A5D751 (or 0xA5D751) is unknown color: approx Conifer. HEX triplet: A5, D7 and 51. RGB value is (165,215,81). Sum of RGB (Red+Green+Blue) = 165+215+81=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D751 is #5A28AE. Grayscale: #B9B9B9. Windows color (decimal): -5908655 or 5363621. OLE color: 5363621.

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

Color convert

RGB16521581-
CMYK0.2300.620.16
HSL82.39º62.62%58.04%-
HSV(B)82.39º62.33%84.31%-
XYZ41.357.1916.65-
YUV184.7769.44113.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 215 (84.38% from 255) = 46.64%
BLUE value IS 81 (32.03% from 255) = 17.57%
R=35.79%
G=46.64%
B=17.57%

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
Decimal165215810.2300.620.1682.3962.6258.04
HexA5D7511703E10523f3a
Octal24532712127076201227772
Binary10100101110101111010001101110111110100001010010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D751; }

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

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

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

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

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

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

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

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