#ADDD65

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

Shades of Conifer #ADDD65

Tints of Conifer #ADDD65

Color information

#ADDD65 (or 0xADDD65) is unknown color: approx Conifer. HEX triplet: AD, DD and 65. RGB value is (173,221,101). Sum of RGB (Red+Green+Blue) = 173+221+101=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD65 is #52229A. Grayscale: #C1C1C1. Windows color (decimal): -5382811 or 6675885. OLE color: 6675885.

HSL color Cylindrical-coordinate representation of color #ADDD65: hue angle of 84º 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 #ADDD65 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB173221101-
CMYK0.2200.540.13
HSL84º63.83%63.14%-
HSV(B)84º54.3%86.67%-
XYZ45.4461.5421.79-
YUV192.9776.1113.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=34.95%
G=44.65%
B=20.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732211010.2200.540.138463.8363.14
HexADDD6516036D54403f
Octal255335145260661512410077
Binary10101101110111011100101101100110110110110101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDD65; }

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

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

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

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

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

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

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

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