#AAE268

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

Shades of Conifer #AAE268

Tints of Conifer #AAE268

Color information

#AAE268 (or 0xAAE268) is unknown color: approx Conifer. HEX triplet: AA, E2 and 68. RGB value is (170,226,104). Sum of RGB (Red+Green+Blue) = 170+226+104=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE268 is #551D97. Grayscale: #C3C3C3. Windows color (decimal): -5578136 or 6873770. OLE color: 6873770.

HSL color Cylindrical-coordinate representation of color #AAE268: hue angle of 87.54º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAE268 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB170226104-
CMYK0.2500.540.11
HSL87.54º67.78%64.71%-
HSV(B)87.54º53.98%88.63%-
XYZ46.2763.9423-
YUV195.3576.45109.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 226 (88.67% from 255) = 45.2%
BLUE value IS 104 (41.02% from 255) = 20.8%
R=34%
G=45.2%
B=20.8%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1702261040.2500.540.1187.5467.7864.71
HexAAE26819036B584441
Octal2523421503106613130104101
Binary101010101110001011010001100101101101011101100010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE268; }

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

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

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

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

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

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

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

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