#AAD261

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

Shades of Conifer #AAD261

Tints of Conifer #AAD261

Color information

#AAD261 (or 0xAAD261) is unknown color: approx Conifer. HEX triplet: AA, D2 and 61. RGB value is (170,210,97). Sum of RGB (Red+Green+Blue) = 170+210+97=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD261 is #552D9E. Grayscale: #B9B9B9. Windows color (decimal): -5582239 or 6410922. OLE color: 6410922.

HSL color Cylindrical-coordinate representation of color #AAD261: hue angle of 81.24º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAD261 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB17021097-
CMYK0.1900.540.18
HSL81.24º55.67%60.2%-
HSV(B)81.24º53.81%82.35%-
XYZ41.7855.519.82-
YUV185.1678.25117.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 210 (82.42% from 255) = 44.03%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=35.64%
G=44.03%
B=20.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170210970.1900.540.1881.2455.6760.2
HexAAD261130361251383c
Octal25232214123066221217074
Binary10101010110100101100001100110110110100101010001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD261; }

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

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

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

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

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

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

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

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