#AED156

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

Shades of Conifer #AED156

Tints of Conifer #AED156

Color information

#AED156 (or 0xAED156) is unknown color: approx Conifer. HEX triplet: AE, D1 and 56. RGB value is (174,209,86). Sum of RGB (Red+Green+Blue) = 174+209+86=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #AED156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED156 is #512EA9. Grayscale: #B8B8B8. Windows color (decimal): -5320362 or 5689774. OLE color: 5689774.

HSL color Cylindrical-coordinate representation of color #AED156: hue angle of 77.07º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AED156 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB17420986-
CMYK0.1700.590.18
HSL77.07º57.21%57.84%-
HSV(B)77.07º58.85%81.96%-
XYZ41.9455.2717.26-
YUV184.5172.4120.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 86 (33.98% from 255) = 18.34%
R=37.10%
G=44.56%
B=18.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174209860.1700.590.1877.0757.2157.84
HexAED1561103B124d393a
Octal25632112621073221157172
Binary10101110110100011010110100010111011100101001101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED156; }

 p { color: rgb(174,209,86); }

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

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

 a { background-color: rgb(174,209,86); }

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

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

 span { border-color: rgb(174,209,86); }

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