#AAD055

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

Shades of Conifer #AAD055

Tints of Conifer #AAD055

Color information

#AAD055 (or 0xAAD055) is unknown color: approx Conifer. HEX triplet: AA, D0 and 55. RGB value is (170,208,85). Sum of RGB (Red+Green+Blue) = 170+208+85=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD055 is #552FAA. Grayscale: #B7B7B7. Windows color (decimal): -5582763 or 5623978. OLE color: 5623978.

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

Color convert

RGB17020885-
CMYK0.1800.590.18
HSL78.54º56.68%57.45%-
HSV(B)78.54º59.13%81.57%-
XYZ40.7754.3116.93-
YUV182.6272.91119-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.72%
GREEN value IS 208 (81.64% from 255) = 44.92%
BLUE value IS 85 (33.59% from 255) = 18.36%
R=36.72%
G=44.92%
B=18.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170208850.1800.590.1878.5456.6857.45
HexAAD0551203B124f3939
Octal25232012522073221177171
Binary10101010110100001010101100100111011100101001111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD055; }

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

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

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

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

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

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

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

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