#AAEB65

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

Shades of Conifer #AAEB65

Tints of Conifer #AAEB65

Color information

#AAEB65 (or 0xAAEB65) is unknown color: approx Conifer. HEX triplet: AA, EB and 65. RGB value is (170,235,101). Sum of RGB (Red+Green+Blue) = 170+235+101=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB65 is #55149A. Grayscale: #C8C8C8. Windows color (decimal): -5575835 or 6679466. OLE color: 6679466.

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

Color convert

RGB170235101-
CMYK0.2800.570.08
HSL89.1º77.01%65.88%-
HSV(B)89.1º57.02%92.16%-
XYZ48.6368.923.05-
YUV200.2971.97106.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 235 (92.19% from 255) = 46.44%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=33.60%
G=46.44%
B=19.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351010.2800.570.0889.177.0165.88
HexAAEB651C0398594d42
Octal2523531453407110131115102
Binary101010101110101111001011110001110011000101100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEB65; }

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

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

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

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

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

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

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

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