#ADEC65

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

Shades of Conifer #ADEC65

Tints of Conifer #ADEC65

Color information

#ADEC65 (or 0xADEC65) is unknown color: approx Conifer. HEX triplet: AD, EC and 65. RGB value is (173,236,101). Sum of RGB (Red+Green+Blue) = 173+236+101=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC65 is #52139A. Grayscale: #CACACA. Windows color (decimal): -5378971 or 6679725. OLE color: 6679725.

HSL color Cylindrical-coordinate representation of color #ADEC65: hue angle of 88º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADEC65 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB173236101-
CMYK0.2700.570.07
HSL88º78.03%66.08%-
HSV(B)88º57.2%92.55%-
XYZ49.5869.8123.17-
YUV201.7771.13107.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 236 (92.58% from 255) = 46.27%
BLUE value IS 101 (39.84% from 255) = 19.80%
R=33.92%
G=46.27%
B=19.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732361010.2700.570.078878.0366.08
HexADEC651B0397584e42
Octal255354145330717130116102
Binary10101101111011001100101110110111001111101100010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEC65; }

 p { color: rgb(173,236,101); }

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

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

 a { background-color: rgb(173,236,101); }

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

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

 span { border-color: rgb(173,236,101); }

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