#AED348

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

Shades of Conifer #AED348

Tints of Conifer #AED348

Color information

#AED348 (or 0xAED348) is unknown color: approx Conifer. HEX triplet: AE, D3 and 48. RGB value is (174,211,72). Sum of RGB (Red+Green+Blue) = 174+211+72=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 211 - color contains mainly: green. Hex color #AED348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED348 is #512CB7. Grayscale: #B8B8B8. Windows color (decimal): -5319864 or 4772782. OLE color: 4772782.

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

Color convert

RGB17421172-
CMYK0.1800.660.17
HSL75.97º61.23%55.49%-
HSV(B)75.97º65.88%82.75%-
XYZ41.9256.0614.74-
YUV184.0964.74120.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 211 (82.81% from 255) = 46.17%
BLUE value IS 72 (28.52% from 255) = 15.75%
R=38.07%
G=46.17%
B=15.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174211720.1800.660.1775.9761.2355.49
HexAED34812042114c3d37
Octal256323110220102211147567
Binary101011101101001110010001001001000010100011001100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED348; }

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

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

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

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

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

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

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

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