#AAD05F

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

Shades of Conifer #AAD05F

Tints of Conifer #AAD05F

Color information

#AAD05F (or 0xAAD05F) is unknown color: approx Conifer. HEX triplet: AA, D0 and 5F. RGB value is (170,208,95). Sum of RGB (Red+Green+Blue) = 170+208+95=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD05F is #552FA0. Grayscale: #B8B8B8. Windows color (decimal): -5582753 or 6279338. OLE color: 6279338.

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

Color convert

RGB17020895-
CMYK0.1800.540.18
HSL80.18º54.59%59.41%-
HSV(B)80.18º54.33%81.57%-
XYZ41.254.4819.17-
YUV183.7677.91118.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 208 (81.64% from 255) = 43.97%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=35.94%
G=43.97%
B=20.08%

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
Decimal170208950.1800.540.1880.1854.5959.41
HexAAD05F120361250373b
Octal25232013722066221206773
Binary10101010110100001011111100100110110100101010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD05F; }

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

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

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

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

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

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

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

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