#ADCF61

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

Shades of Conifer #ADCF61

Tints of Conifer #ADCF61

Color information

#ADCF61 (or 0xADCF61) is unknown color: approx Conifer. HEX triplet: AD, CF and 61. RGB value is (173,207,97). Sum of RGB (Red+Green+Blue) = 173+207+97=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF61 is #52309E. Grayscale: #B8B8B8. Windows color (decimal): -5386399 or 6410157. OLE color: 6410157.

HSL color Cylindrical-coordinate representation of color #ADCF61: hue angle of 78.55º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADCF61 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB17320797-
CMYK0.1600.530.19
HSL78.55º53.4%59.61%-
HSV(B)78.55º53.14%81.18%-
XYZ41.754.3719.61-
YUV184.2978.74119.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 207 (81.25% from 255) = 43.40%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=36.27%
G=43.40%
B=20.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173207970.1600.530.1978.5553.459.61
HexADCF6110035134f353c
Octal25531714120065231176574
Binary10101101110011111100001100000110101100111001111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCF61; }

 p { color: rgb(173,207,97); }

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

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

 a { background-color: rgb(173,207,97); }

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

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

 span { border-color: rgb(173,207,97); }

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