#AAE361

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

Shades of Conifer #AAE361

Tints of Conifer #AAE361

Color information

#AAE361 (or 0xAAE361) is unknown color: approx Conifer. HEX triplet: AA, E3 and 61. RGB value is (170,227,97). Sum of RGB (Red+Green+Blue) = 170+227+97=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE361 is #551C9E. Grayscale: #C3C3C3. Windows color (decimal): -5577887 or 6415274. OLE color: 6415274.

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

Color convert

RGB17022797-
CMYK0.2500.570.11
HSL86.31º69.89%63.53%-
HSV(B)86.31º57.27%89.02%-
XYZ46.264.3521.29-
YUV195.1472.62110.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 227 (89.06% from 255) = 45.95%
BLUE value IS 97 (38.28% from 255) = 19.64%
R=34.41%
G=45.95%
B=19.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170227970.2500.570.1186.3169.8963.53
HexAAE36119039B564640
Octal2523431413107113126106100
Binary101010101110001111000011100101110011011101011010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE361; }

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

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

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

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

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

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

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

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