#AAD353

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

Shades of Conifer #AAD353

Tints of Conifer #AAD353

Color information

#AAD353 (or 0xAAD353) is unknown color: approx Conifer. HEX triplet: AA, D3 and 53. RGB value is (170,211,83). Sum of RGB (Red+Green+Blue) = 170+211+83=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD353 is #552CAC. Grayscale: #B8B8B8. Windows color (decimal): -5581997 or 5493674. OLE color: 5493674.

HSL color Cylindrical-coordinate representation of color #AAD353: hue angle of 79.22º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAD353 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB17021183-
CMYK0.1900.610.17
HSL79.22º59.26%57.65%-
HSV(B)79.22º60.66%82.75%-
XYZ41.4355.7616.76-
YUV184.1570.92117.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 211 (82.81% from 255) = 45.47%
BLUE value IS 83 (32.81% from 255) = 17.89%
R=36.64%
G=45.47%
B=17.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170211830.1900.610.1779.2259.2657.65
HexAAD3531303D114f3b3a
Octal25232312323075211177372
Binary10101010110100111010011100110111101100011001111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD353; }

 p { color: rgb(170,211,83); }

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

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

 a { background-color: rgb(170,211,83); }

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

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

 span { border-color: rgb(170,211,83); }

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