#AEEC69

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

Shades of Conifer #AEEC69

Tints of Conifer #AEEC69

Color information

#AEEC69 (or 0xAEEC69) is unknown color: approx Conifer. HEX triplet: AE, EC and 69. RGB value is (174,236,105). Sum of RGB (Red+Green+Blue) = 174+236+105=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEC69 is #511396. Grayscale: #CACACA. Windows color (decimal): -5313431 or 6941870. OLE color: 6941870.

HSL color Cylindrical-coordinate representation of color #AEEC69: hue angle of 88.4º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEEC69 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB174236105-
CMYK0.2600.560.07
HSL88.4º77.51%66.86%-
HSV(B)88.4º55.51%92.55%-
XYZ5070.0124.24-
YUV202.5372.96107.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.79%
GREEN value IS 236 (92.58% from 255) = 45.83%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=33.79%
G=45.83%
B=20.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742361050.2600.560.0788.477.5166.86
HexAEEC691A0387584e43
Octal256354151320707130116103
Binary10101110111011001101001110100111000111101100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEC69; }

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

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

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

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

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

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

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

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