#AEEE69

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

Shades of Conifer #AEEE69

Tints of Conifer #AEEE69

Color information

#AEEE69 (or 0xAEEE69) is unknown color: approx Conifer. HEX triplet: AE, EE and 69. RGB value is (174,238,105). Sum of RGB (Red+Green+Blue) = 174+238+105=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEE69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEE69 is #511196. Grayscale: #CCCCCC. Windows color (decimal): -5312919 or 6942382. OLE color: 6942382.

HSL color Cylindrical-coordinate representation of color #AEEE69: hue angle of 88.87º degrees, saturation: 0.8, 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 #AEEE69 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB174238105-
CMYK0.2700.560.07
HSL88.87º79.64%67.25%-
HSV(B)88.87º55.88%93.33%-
XYZ50.5871.1724.44-
YUV203.772.3106.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 238 (93.36% from 255) = 46.03%
BLUE value IS 105 (41.41% from 255) = 20.31%
R=33.66%
G=46.03%
B=20.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742381050.2700.560.0788.8779.6467.25
HexAEEE691B0387595043
Octal256356151330707131120103
Binary10101110111011101101001110110111000111101100110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEE69; }

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

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

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

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

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

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

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

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