#aed857

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

Shades of Conifer #AED857

Tints of Conifer #AED857

Color information

#AED857 (or 0xAED857) is unknown color: approx Conifer. HEX triplet: AE, D8 and 57. RGB value is (174,216,87). Sum of RGB (Red+Green+Blue) = 174+216+87=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #AED857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED857 is #5127A8. Grayscale: #BDBDBD. Windows color (decimal): -5318569 or 5757102. OLE color: 5757102.

HSL color Cylindrical-coordinate representation of color #AED857: hue angle of 79.53º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AED857 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB17421687-
CMYK0.1900.600.15
HSL79.53º62.32%59.41%-
HSV(B)79.53º59.72%84.71%-
XYZ43.7358.818.06-
YUV188.7470.59117.49-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.48%
GREEN value IS 216 (84.77% from 255) = 45.28%
BLUE value IS 87 (34.38% from 255) = 18.24%
R=36.48%
G=45.28%
B=18.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174216870.1900.600.1579.5362.3259.41
HexAED8571303CF503e3b
Octal25633012723074171207673
Binary1010111011011000101011110011011110011111010000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aed857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aed857; }

 p { color: rgb(174,216,87); }

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

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

 a { background-color: rgb(174,216,87); }

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

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

 span { border-color: rgb(174,216,87); }

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