#AEDA51

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

Shades of Conifer #AEDA51

Tints of Conifer #AEDA51

Color information

#AEDA51 (or 0xAEDA51) is unknown color: approx Conifer. HEX triplet: AE, DA and 51. RGB value is (174,218,81). Sum of RGB (Red+Green+Blue) = 174+218+81=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA51 is #5125AE. Grayscale: #BDBDBD. Windows color (decimal): -5318063 or 5364398. OLE color: 5364398.

HSL color Cylindrical-coordinate representation of color #AEDA51: hue angle of 79.27º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AEDA51 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB17421881-
CMYK0.2000.630.15
HSL79.27º64.93%58.63%-
HSV(B)79.27º62.84%85.49%-
XYZ44.0159.7417-
YUV189.2366.92117.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.79%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 81 (32.03% from 255) = 17.12%
R=36.79%
G=46.09%
B=17.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174218810.2000.630.1579.2764.9358.63
HexAEDA511403FF4f413b
Octal256332121240771711710173
Binary10101110110110101010001101000111111111110011111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA51; }

 p { color: rgb(174,218,81); }

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

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

 a { background-color: rgb(174,218,81); }

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

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

 span { border-color: rgb(174,218,81); }

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