#AEDA55

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

Shades of Conifer #AEDA55

Tints of Conifer #AEDA55

Color information

#AEDA55 (or 0xAEDA55) is unknown color: approx Conifer. HEX triplet: AE, DA and 55. RGB value is (174,218,85). Sum of RGB (Red+Green+Blue) = 174+218+85=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA55 is #5125AA. Grayscale: #BEBEBE. Windows color (decimal): -5318059 or 5626542. OLE color: 5626542.

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

Color convert

RGB17421885-
CMYK0.2000.610.15
HSL79.85º64.25%59.41%-
HSV(B)79.85º61.01%85.49%-
XYZ44.1759.817.81-
YUV189.6868.92116.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 218 (85.55% from 255) = 45.70%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=36.48%
G=45.70%
B=17.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174218850.2000.610.1579.8564.2559.41
HexAEDA551403DF50403b
Octal256332125240751712010073
Binary10101110110110101010101101000111101111110100001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA55; }

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

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

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

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

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

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

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

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