#A5DD65

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

Shades of Conifer #A5DD65

Tints of Conifer #A5DD65

Color information

#A5DD65 (or 0xA5DD65) is unknown color: approx Conifer. HEX triplet: A5, DD and 65. RGB value is (165,221,101). Sum of RGB (Red+Green+Blue) = 165+221+101=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DD65 is #5A229A. Grayscale: #BFBFBF. Windows color (decimal): -5907099 or 6675877. OLE color: 6675877.

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

Color convert

RGB165221101-
CMYK0.2500.540.13
HSL88º63.83%63.14%-
HSV(B)88º54.3%86.67%-
XYZ43.7260.6521.71-
YUV190.5877.45109.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 221 (86.72% from 255) = 45.38%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=33.88%
G=45.38%
B=20.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652211010.2500.540.138863.8363.14
HexA5DD6519036D58403f
Octal245335145310661513010077
Binary10100101110111011100101110010110110110110110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DD65; }

 p { color: rgb(165,221,101); }

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

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

 a { background-color: rgb(165,221,101); }

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

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

 span { border-color: rgb(165,221,101); }

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