#ADCF5F

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

Shades of Conifer #ADCF5F

Tints of Conifer #ADCF5F

Color information

#ADCF5F (or 0xADCF5F) is unknown color: approx Conifer. HEX triplet: AD, CF and 5F. RGB value is (173,207,95). Sum of RGB (Red+Green+Blue) = 173+207+95=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF5F is #5230A0. Grayscale: #B8B8B8. Windows color (decimal): -5386401 or 6279085. OLE color: 6279085.

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

Color convert

RGB17320795-
CMYK0.1600.540.19
HSL78.21º53.85%59.22%-
HSV(B)78.21º54.11%81.18%-
XYZ41.6154.3419.12-
YUV184.0777.74120.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 207 (81.25% from 255) = 43.58%
BLUE value IS 95 (37.5% from 255) = 20%
R=36.42%
G=43.58%
B=20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal173207950.1600.540.1978.2153.8559.22
HexADCF5F10036134e363b
Octal25531713720066231166673
Binary10101101110011111011111100000110110100111001110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCF5F; }

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

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

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

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

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

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

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

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