#ADEC51

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

Shades of Conifer #ADEC51

Tints of Conifer #ADEC51

Color information

#ADEC51 (or 0xADEC51) is unknown color: approx Conifer. HEX triplet: AD, EC and 51. RGB value is (173,236,81). Sum of RGB (Red+Green+Blue) = 173+236+81=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEC51 is #5213AE. Grayscale: #C8C8C8. Windows color (decimal): -5378991 or 5369005. OLE color: 5369005.

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

Color convert

RGB17323681-
CMYK0.2700.660.07
HSL84.39º80.31%62.16%-
HSV(B)84.39º65.68%92.55%-
XYZ48.7169.4718.63-
YUV199.4961.13109.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 236 (92.58% from 255) = 48.16%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=35.31%
G=48.16%
B=16.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal173236810.2700.660.0784.3980.3162.16
HexADEC511B042754503e
Octal255354121330102712412076
Binary10101101111011001010001110110100001011110101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEC51; }

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

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

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

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

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

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

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

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