#AAE065

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

Shades of Conifer #AAE065

Tints of Conifer #AAE065

Color information

#AAE065 (or 0xAAE065) is unknown color: approx Conifer. HEX triplet: AA, E0 and 65. RGB value is (170,224,101). Sum of RGB (Red+Green+Blue) = 170+224+101=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE065 is #551F9A. Grayscale: #C2C2C2. Windows color (decimal): -5578651 or 6676650. OLE color: 6676650.

HSL color Cylindrical-coordinate representation of color #AAE065: hue angle of 86.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAE065 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB170224101-
CMYK0.2400.550.12
HSL86.34º66.49%63.73%-
HSV(B)86.34º54.91%87.84%-
XYZ45.5862.822.03-
YUV193.8375.61111-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=34.34%
G=45.25%
B=20.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702241010.2400.550.1286.3466.4963.73
HexAAE06518037C564240
Octal2523401453006714126102100
Binary101010101110000011001011100001101111100101011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE065; }

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

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

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

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

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

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

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

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