#ADCD55

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

Shades of Conifer #ADCD55

Tints of Conifer #ADCD55

Color information

#ADCD55 (or 0xADCD55) is unknown color: approx Conifer. HEX triplet: AD, CD and 55. RGB value is (173,205,85). Sum of RGB (Red+Green+Blue) = 173+205+85=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD55 is #5232AA. Grayscale: #B6B6B6. Windows color (decimal): -5386923 or 5623213. OLE color: 5623213.

HSL color Cylindrical-coordinate representation of color #ADCD55: hue angle of 76º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADCD55 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB17320585-
CMYK0.1600.590.20
HSL76º54.55%56.86%-
HSV(B)76º58.54%80.39%-
XYZ40.753.216.72-
YUV181.7573.4121.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 205 (80.47% from 255) = 44.28%
BLUE value IS 85 (33.59% from 255) = 18.36%
R=37.37%
G=44.28%
B=18.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173205850.1600.590.207654.5556.86
HexADCD551003B144c3739
Octal25531512520073241146771
Binary10101101110011011010101100000111011101001001100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD55; }

 p { color: rgb(173,205,85); }

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

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

 a { background-color: rgb(173,205,85); }

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

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

 span { border-color: rgb(173,205,85); }

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