#AEDB48

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

Shades of Conifer #AEDB48

Tints of Conifer #AEDB48

Color information

#AEDB48 (or 0xAEDB48) is unknown color: approx Conifer. HEX triplet: AE, DB and 48. RGB value is (174,219,72). Sum of RGB (Red+Green+Blue) = 174+219+72=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB48 is #5124B7. Grayscale: #BDBDBD. Windows color (decimal): -5317816 or 4774830. OLE color: 4774830.

HSL color Cylindrical-coordinate representation of color #AEDB48: hue angle of 78.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEDB48 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB17421972-
CMYK0.2100.670.14
HSL78.37º67.12%57.06%-
HSV(B)78.37º67.12%85.88%-
XYZ43.9660.1315.42-
YUV188.7962.09117.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.42%
GREEN value IS 219 (85.94% from 255) = 47.10%
BLUE value IS 72 (28.52% from 255) = 15.48%
R=37.42%
G=47.10%
B=15.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174219720.2100.670.1478.3767.1257.06
HexAEDB4815043E4e4339
Octal2563331102501031611610371
Binary101011101101101110010001010101000011111010011101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDB48; }

 p { color: rgb(174,219,72); }

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

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

 a { background-color: rgb(174,219,72); }

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

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

 span { border-color: rgb(174,219,72); }

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