#AEDA69

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

Shades of Conifer #AEDA69

Tints of Conifer #AEDA69

Color information

#AEDA69 (or 0xAEDA69) is unknown color: approx Conifer. HEX triplet: AE, DA and 69. RGB value is (174,218,105). Sum of RGB (Red+Green+Blue) = 174+218+105=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA69 is #512596. Grayscale: #C0C0C0. Windows color (decimal): -5318039 or 6937262. OLE color: 6937262.

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

Color convert

RGB174218105-
CMYK0.2000.520.15
HSL83.36º60.43%63.33%-
HSV(B)83.36º51.83%85.49%-
XYZ45.0860.1622.6-
YUV191.9678.92115.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=35.01%
G=43.86%
B=21.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181050.2000.520.1583.3660.4363.33
HexAEDA6914034F533c3f
Octal25633215124064171237477
Binary1010111011011010110100110100011010011111010011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDA69; }

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

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

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

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

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

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

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

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