#AAD060

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

Shades of Conifer #AAD060

Tints of Conifer #AAD060

Color information

#AAD060 (or 0xAAD060) is unknown color: approx Conifer. HEX triplet: AA, D0 and 60. RGB value is (170,208,96). Sum of RGB (Red+Green+Blue) = 170+208+96=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD060 is #552F9F. Grayscale: #B8B8B8. Windows color (decimal): -5582752 or 6344874. OLE color: 6344874.

HSL color Cylindrical-coordinate representation of color #AAD060: hue angle of 80.36º degrees, saturation: 0.54, 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 #AAD060 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB17020896-
CMYK0.1800.540.18
HSL80.36º54.37%59.61%-
HSV(B)80.36º53.85%81.57%-
XYZ41.2454.519.41-
YUV183.8778.41118.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 208 (81.64% from 255) = 43.88%
BLUE value IS 96 (37.89% from 255) = 20.25%
R=35.86%
G=43.88%
B=20.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170208960.1800.540.1880.3654.3759.61
HexAAD060120361250363c
Octal25232014022066221206674
Binary10101010110100001100000100100110110100101010000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD060; }

 p { color: rgb(170,208,96); }

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

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

 a { background-color: rgb(170,208,96); }

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

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

 span { border-color: rgb(170,208,96); }

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