#AED750

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

Shades of Conifer #AED750

Tints of Conifer #AED750

Color information

#AED750 (or 0xAED750) is unknown color: approx Conifer. HEX triplet: AE, D7 and 50. RGB value is (174,215,80). Sum of RGB (Red+Green+Blue) = 174+215+80=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #AED750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED750 is #5128AF. Grayscale: #BBBBBB. Windows color (decimal): -5318832 or 5298094. OLE color: 5298094.

HSL color Cylindrical-coordinate representation of color #AED750: hue angle of 78.22º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AED750 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB17421580-
CMYK0.1900.630.16
HSL78.22º62.79%57.84%-
HSV(B)78.22º62.79%84.31%-
XYZ43.258.1816.54-
YUV187.3567.42118.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 215 (84.38% from 255) = 45.84%
BLUE value IS 80 (31.64% from 255) = 17.06%
R=37.10%
G=45.84%
B=17.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174215800.1900.630.1678.2262.7957.84
HexAED7501303F104e3f3a
Octal25632712023077201167772
Binary10101110110101111010000100110111111100001001110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED750; }

 p { color: rgb(174,215,80); }

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

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

 a { background-color: rgb(174,215,80); }

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

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

 span { border-color: rgb(174,215,80); }

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