#ADD065

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

Shades of Conifer #ADD065

Tints of Conifer #ADD065

Color information

#ADD065 (or 0xADD065) is unknown color: approx Conifer. HEX triplet: AD, D0 and 65. RGB value is (173,208,101). Sum of RGB (Red+Green+Blue) = 173+208+101=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD065 is #522F9A. Grayscale: #B9B9B9. Windows color (decimal): -5386139 or 6672557. OLE color: 6672557.

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

Color convert

RGB173208101-
CMYK0.1700.510.18
HSL79.63º53.23%60.59%-
HSV(B)79.63º51.44%81.57%-
XYZ42.1454.9420.69-
YUV185.3480.4119.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=35.89%
G=43.15%
B=20.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081010.1700.510.1879.6353.2360.59
HexADD065110331250353d
Octal25532014521063221206575
Binary10101101110100001100101100010110011100101010000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD065; }

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

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

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

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

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

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

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

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