#AAED69

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

Shades of Conifer #AAED69

Tints of Conifer #AAED69

Color information

#AAED69 (or 0xAAED69) is unknown color: approx Conifer. HEX triplet: AA, ED and 69. RGB value is (170,237,105). Sum of RGB (Red+Green+Blue) = 170+237+105=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED69 is #551296. Grayscale: #CACACA. Windows color (decimal): -5575319 or 6942122. OLE color: 6942122.

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

Color convert

RGB170237105-
CMYK0.2800.560.07
HSL90.45º78.57%67.06%-
HSV(B)90.45º55.7%92.94%-
XYZ49.4170.1324.3-
YUV201.9273.3105.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 105 (41.41% from 255) = 20.51%
R=33.20%
G=46.29%
B=20.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371050.2800.560.0790.4578.5767.06
HexAAED691C03875a4f43
Octal252355151340707132117103
Binary10101010111011011101001111000111000111101101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED69; }

 p { color: rgb(170,237,105); }

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

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

 a { background-color: rgb(170,237,105); }

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

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

 span { border-color: rgb(170,237,105); }

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