#ADCD54

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

Shades of Conifer #ADCD54

Tints of Conifer #ADCD54

Color information

#ADCD54 (or 0xADCD54) is unknown color: approx Conifer. HEX triplet: AD, CD and 54. RGB value is (173,205,84). Sum of RGB (Red+Green+Blue) = 173+205+84=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD54 is #5232AB. Grayscale: #B6B6B6. Windows color (decimal): -5386924 or 5557677. OLE color: 5557677.

HSL color Cylindrical-coordinate representation of color #ADCD54: hue angle of 75.87º 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 #ADCD54 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB17320584-
CMYK0.1600.590.20
HSL75.87º54.75%56.67%-
HSV(B)75.87º59.02%80.39%-
XYZ40.6753.1916.51-
YUV181.6472.9121.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.45%
GREEN value IS 205 (80.47% from 255) = 44.37%
BLUE value IS 84 (33.20% from 255) = 18.18%
R=37.45%
G=44.37%
B=18.18%

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
Decimal173205840.1600.590.2075.8754.7556.67
HexADCD541003B144c3739
Octal25531512420073241146771
Binary10101101110011011010100100000111011101001001100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD54; }

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

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

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

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

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

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

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

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