#AED44A

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

Shades of Conifer #AED44A

Tints of Conifer #AED44A

Color information

#AED44A (or 0xAED44A) is unknown color: approx Conifer. HEX triplet: AE, D4 and 4A. RGB value is (174,212,74). Sum of RGB (Red+Green+Blue) = 174+212+74=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #AED44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED44A is #512BB5. Grayscale: #B9B9B9. Windows color (decimal): -5319606 or 4904110. OLE color: 4904110.

HSL color Cylindrical-coordinate representation of color #AED44A: hue angle of 76.52º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AED44A is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB17421274-
CMYK0.1800.650.17
HSL76.52º61.61%56.08%-
HSV(B)76.52º65.09%83.14%-
XYZ42.2456.5815.17-
YUV184.9165.41120.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 212 (83.20% from 255) = 46.09%
BLUE value IS 74 (29.30% from 255) = 16.09%
R=37.83%
G=46.09%
B=16.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174212740.1800.650.1776.5261.6156.08
HexAED44A12041114d3e38
Octal256324112220101211157670
Binary101011101101010010010101001001000001100011001101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED44A; }

 p { color: rgb(174,212,74); }

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

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

 a { background-color: rgb(174,212,74); }

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

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

 span { border-color: rgb(174,212,74); }

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