#ADEB49

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

Shades of Conifer #ADEB49

Tints of Conifer #ADEB49

Color information

#ADEB49 (or 0xADEB49) is unknown color: approx Conifer. HEX triplet: AD, EB and 49. RGB value is (173,235,73). Sum of RGB (Red+Green+Blue) = 173+235+73=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB49 is #5214B6. Grayscale: #C6C6C6. Windows color (decimal): -5379255 or 4844461. OLE color: 4844461.

HSL color Cylindrical-coordinate representation of color #ADEB49: hue angle of 82.96º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADEB49 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB17323573-
CMYK0.2600.690.08
HSL82.96º80.2%60.39%-
HSV(B)82.96º68.94%92.16%-
XYZ48.1468.7817.04-
YUV197.9957.46110.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 235 (92.19% from 255) = 48.86%
BLUE value IS 73 (28.91% from 255) = 15.18%
R=35.97%
G=48.86%
B=15.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal173235730.2600.690.0882.9680.260.39
HexADEB491A045853503c
Octal2553531113201051012312074
Binary101011011110101110010011101001000101100010100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEB49; }

 p { color: rgb(173,235,73); }

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

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

 a { background-color: rgb(173,235,73); }

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

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

 span { border-color: rgb(173,235,73); }

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