#A5DF53

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

Shades of Conifer #A5DF53

Tints of Conifer #A5DF53

Color information

#A5DF53 (or 0xA5DF53) is unknown color: approx Conifer. HEX triplet: A5, DF and 53. RGB value is (165,223,83). Sum of RGB (Red+Green+Blue) = 165+223+83=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DF53 is #5A20AC. Grayscale: #BEBEBE. Windows color (decimal): -5906605 or 5496741. OLE color: 5496741.

HSL color Cylindrical-coordinate representation of color #A5DF53: hue angle of 84.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5DF53 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB16522383-
CMYK0.2600.630.13
HSL84.86º68.63%60%-
HSV(B)84.86º62.78%87.45%-
XYZ43.4761.417.74-
YUV189.767.78110.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 83 (32.81% from 255) = 17.62%
R=35.03%
G=47.35%
B=17.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165223830.2600.630.1384.8668.6360
HexA5DF531A03FD55453c
Octal245337123320771512510574
Binary10100101110111111010011110100111111110110101011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DF53; }

 p { color: rgb(165,223,83); }

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

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

 a { background-color: rgb(165,223,83); }

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

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

 span { border-color: rgb(165,223,83); }

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