#ADEC46

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

Shades of Conifer #ADEC46

Tints of Conifer #ADEC46

Color information

#ADEC46 (or 0xADEC46) is unknown color: approx Conifer. HEX triplet: AD, EC and 46. RGB value is (173,236,70). Sum of RGB (Red+Green+Blue) = 173+236+70=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC46 is #5213B9. Grayscale: #C6C6C6. Windows color (decimal): -5379002 or 4648109. OLE color: 4648109.

HSL color Cylindrical-coordinate representation of color #ADEC46: hue angle of 82.77º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADEC46 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB17323670-
CMYK0.2700.700.07
HSL82.77º81.37%60%-
HSV(B)82.77º70.34%92.55%-
XYZ48.3369.3216.63-
YUV198.2455.63110-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 70 (27.73% from 255) = 14.61%
R=36.12%
G=49.27%
B=14.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173236700.2700.700.0782.7781.3760
HexADEC461B046753513c
Octal255354106330106712312174
Binary10101101111011001000110110110100011011110100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEC46; }

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

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

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

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

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

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

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

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