#AED54E

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

Shades of Conifer #AED54E

Tints of Conifer #AED54E

Color information

#AED54E (or 0xAED54E) is unknown color: approx Conifer. HEX triplet: AE, D5 and 4E. RGB value is (174,213,78). Sum of RGB (Red+Green+Blue) = 174+213+78=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #AED54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED54E is #512AB1. Grayscale: #BABABA. Windows color (decimal): -5319346 or 5166510. OLE color: 5166510.

HSL color Cylindrical-coordinate representation of color #AED54E: hue angle of 77.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AED54E is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB17421378-
CMYK0.1800.630.16
HSL77.33º61.64%57.06%-
HSV(B)77.33º63.38%83.53%-
XYZ42.6257.1415.99-
YUV185.9567.08119.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 78 (30.86% from 255) = 16.77%
R=37.42%
G=45.81%
B=16.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174213780.1800.630.1677.3361.6457.06
HexAED54E1203F104d3e39
Octal25632511622077201157671
Binary10101110110101011001110100100111111100001001101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED54E; }

 p { color: rgb(174,213,78); }

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

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

 a { background-color: rgb(174,213,78); }

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

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

 span { border-color: rgb(174,213,78); }

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