#AAEA61

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

Shades of Conifer #AAEA61

Tints of Conifer #AAEA61

Color information

#AAEA61 (or 0xAAEA61) is unknown color: approx Conifer. HEX triplet: AA, EA and 61. RGB value is (170,234,97). Sum of RGB (Red+Green+Blue) = 170+234+97=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEA61 is #55159E. Grayscale: #C7C7C7. Windows color (decimal): -5576095 or 6417066. OLE color: 6417066.

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

Color convert

RGB17023497-
CMYK0.2700.590.08
HSL88.03º76.54%64.9%-
HSV(B)88.03º58.55%91.76%-
XYZ48.1668.2521.95-
YUV199.2570.3107.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 234 (91.80% from 255) = 46.71%
BLUE value IS 97 (38.28% from 255) = 19.36%
R=33.93%
G=46.71%
B=19.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal170234970.2700.590.0888.0376.5464.9
HexAAEA611B03B8584d41
Octal2523521413307310130115101
Binary101010101110101011000011101101110111000101100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEA61; }

 p { color: rgb(170,234,97); }

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

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

 a { background-color: rgb(170,234,97); }

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

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

 span { border-color: rgb(170,234,97); }

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