#ADCA58

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

Shades of Conifer #ADCA58

Tints of Conifer #ADCA58

Color information

#ADCA58 (or 0xADCA58) is unknown color: approx Conifer. HEX triplet: AD, CA and 58. RGB value is (173,202,88). Sum of RGB (Red+Green+Blue) = 173+202+88=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA58 is #5235A7. Grayscale: #B4B4B4. Windows color (decimal): -5387688 or 5819053. OLE color: 5819053.

HSL color Cylindrical-coordinate representation of color #ADCA58: hue angle of 75.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADCA58 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB17320288-
CMYK0.1400.560.21
HSL75.26º51.82%56.86%-
HSV(B)75.26º56.44%79.22%-
XYZ40.1251.8317.12-
YUV180.3375.89122.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 88 (34.77% from 255) = 19.01%
R=37.37%
G=43.63%
B=19.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal173202880.1400.560.2175.2651.8256.86
HexADCA58E038154b3439
Octal25531213016070251136471
Binary1010110111001010101100011100111000101011001011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA58; }

 p { color: rgb(173,202,88); }

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

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

 a { background-color: rgb(173,202,88); }

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

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

 span { border-color: rgb(173,202,88); }

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