#AED948

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

Shades of Conifer #AED948

Tints of Conifer #AED948

Color information

#AED948 (or 0xAED948) is unknown color: approx Conifer. HEX triplet: AE, D9 and 48. RGB value is (174,217,72). Sum of RGB (Red+Green+Blue) = 174+217+72=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #AED948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED948 is #5126B7. Grayscale: #BCBCBC. Windows color (decimal): -5318328 or 4774318. OLE color: 4774318.

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

Color convert

RGB17421772-
CMYK0.2000.670.15
HSL77.79º65.61%56.67%-
HSV(B)77.79º66.82%85.1%-
XYZ43.4459.0915.25-
YUV187.6162.75118.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.58%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 72 (28.52% from 255) = 15.55%
R=37.58%
G=46.87%
B=15.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174217720.2000.670.1577.7965.6156.67
HexAED94814043F4e4239
Octal2563311102401031711610271
Binary101011101101100110010001010001000011111110011101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED948; }

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

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

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

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

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

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

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

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