#AED151

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

Shades of Conifer #AED151

Tints of Conifer #AED151

Color information

#AED151 (or 0xAED151) is unknown color: approx Conifer. HEX triplet: AE, D1 and 51. RGB value is (174,209,81). Sum of RGB (Red+Green+Blue) = 174+209+81=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #AED151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED151 is #512EAE. Grayscale: #B8B8B8. Windows color (decimal): -5320367 or 5362094. OLE color: 5362094.

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

Color convert

RGB17420981-
CMYK0.1700.610.18
HSL76.41º58.18%56.86%-
HSV(B)76.41º61.24%81.96%-
XYZ41.7455.1916.24-
YUV183.9469.9120.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 81 (32.03% from 255) = 17.46%
R=37.5%
G=45.04%
B=17.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174209810.1700.610.1876.4158.1856.86
HexAED1511103D124c3a39
Octal25632112121075221147271
Binary10101110110100011010001100010111101100101001100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED151; }

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

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

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

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

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

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

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

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