#AAEB68

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

Shades of Conifer #AAEB68

Tints of Conifer #AAEB68

Color information

#AAEB68 (or 0xAAEB68) is unknown color: approx Conifer. HEX triplet: AA, EB and 68. RGB value is (170,235,104). Sum of RGB (Red+Green+Blue) = 170+235+104=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB68 is #551497. Grayscale: #C9C9C9. Windows color (decimal): -5575832 or 6876074. OLE color: 6876074.

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

Color convert

RGB170235104-
CMYK0.2800.560.08
HSL89.77º76.61%66.47%-
HSV(B)89.77º55.74%92.16%-
XYZ48.7868.9623.84-
YUV200.6373.47106.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 235 (92.19% from 255) = 46.17%
BLUE value IS 104 (41.02% from 255) = 20.43%
R=33.40%
G=46.17%
B=20.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351040.2800.560.0889.7776.6166.47
HexAAEB681C03885a4d42
Octal2523531503407010132115102
Binary101010101110101111010001110001110001000101101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEB68; }

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

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

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

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

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

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

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

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