#ADD965

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

Shades of Conifer #ADD965

Tints of Conifer #ADD965

Color information

#ADD965 (or 0xADD965) is unknown color: approx Conifer. HEX triplet: AD, D9 and 65. RGB value is (173,217,101). Sum of RGB (Red+Green+Blue) = 173+217+101=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD965 is #52269A. Grayscale: #BFBFBF. Windows color (decimal): -5383835 or 6674861. OLE color: 6674861.

HSL color Cylindrical-coordinate representation of color #ADD965: hue angle of 82.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD965 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB173217101-
CMYK0.2000.530.15
HSL82.76º60.42%62.35%-
HSV(B)82.76º53.46%85.1%-
XYZ44.459.4521.45-
YUV190.6277.42115.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=35.23%
G=44.20%
B=20.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732171010.2000.530.1582.7660.4262.35
HexADD96514035F533c3e
Octal25533114524065171237476
Binary1010110111011001110010110100011010111111010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD965; }

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

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

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

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

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

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

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

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