#AAED65

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

Shades of Conifer #AAED65

Tints of Conifer #AAED65

Color information

#AAED65 (or 0xAAED65) is unknown color: approx Conifer. HEX triplet: AA, ED and 65. RGB value is (170,237,101). Sum of RGB (Red+Green+Blue) = 170+237+101=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAED65 is #55129A. Grayscale: #C9C9C9. Windows color (decimal): -5575323 or 6679978. OLE color: 6679978.

HSL color Cylindrical-coordinate representation of color #AAED65: hue angle of 89.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAED65 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB170237101-
CMYK0.2800.570.07
HSL89.56º79.07%66.27%-
HSV(B)89.56º57.38%92.94%-
XYZ49.2170.0523.24-
YUV201.4671.3105.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 237 (92.97% from 255) = 46.65%
BLUE value IS 101 (39.84% from 255) = 19.88%
R=33.46%
G=46.65%
B=19.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371010.2800.570.0789.5679.0766.27
HexAAED651C03975a4f42
Octal252355145340717132117102
Binary10101010111011011100101111000111001111101101010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED65; }

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

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

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

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

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

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

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

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