#AAD058

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

Shades of Conifer #AAD058

Tints of Conifer #AAD058

Color information

#AAD058 (or 0xAAD058) is unknown color: approx Conifer. HEX triplet: AA, D0 and 58. RGB value is (170,208,88). Sum of RGB (Red+Green+Blue) = 170+208+88=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD058 is #552FA7. Grayscale: #B7B7B7. Windows color (decimal): -5582760 or 5820586. OLE color: 5820586.

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

Color convert

RGB17020888-
CMYK0.1800.580.18
HSL79º56.07%58.04%-
HSV(B)79º57.69%81.57%-
XYZ40.8954.3617.57-
YUV182.9674.41118.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 208 (81.64% from 255) = 44.64%
BLUE value IS 88 (34.77% from 255) = 18.88%
R=36.48%
G=44.64%
B=18.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170208880.1800.580.187956.0758.04
HexAAD0581203A124f383a
Octal25232013022072221177072
Binary10101010110100001011000100100111010100101001111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD058; }

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

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

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

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

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

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

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

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