#AEDA44

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

Shades of Conifer #AEDA44

Tints of Conifer #AEDA44

Color information

#AEDA44 (or 0xAEDA44) is unknown color: approx Conifer. HEX triplet: AE, DA and 44. RGB value is (174,218,68). Sum of RGB (Red+Green+Blue) = 174+218+68=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA44 is #5125BB. Grayscale: #BCBCBC. Windows color (decimal): -5318076 or 4512430. OLE color: 4512430.

HSL color Cylindrical-coordinate representation of color #AEDA44: hue angle of 77.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEDA44 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB17421868-
CMYK0.2000.690.15
HSL77.6º66.96%56.08%-
HSV(B)77.6º68.81%85.49%-
XYZ43.5759.5614.67-
YUV187.7460.42118.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.83%
GREEN value IS 218 (85.55% from 255) = 47.39%
BLUE value IS 68 (26.95% from 255) = 14.78%
R=37.83%
G=47.39%
B=14.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174218680.2000.690.1577.666.9656.08
HexAEDA4414045F4e4338
Octal2563321042401051711610370
Binary101011101101101010001001010001000101111110011101000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA44; }

 p { color: rgb(174,218,68); }

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

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

 a { background-color: rgb(174,218,68); }

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

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

 span { border-color: rgb(174,218,68); }

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