#AACD52

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

Shades of Conifer #AACD52

Tints of Conifer #AACD52

Color information

#AACD52 (or 0xAACD52) is unknown color: approx Conifer. HEX triplet: AA, CD and 52. RGB value is (170,205,82). Sum of RGB (Red+Green+Blue) = 170+205+82=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD52 is #5532AD. Grayscale: #B4B4B4. Windows color (decimal): -5583534 or 5426602. OLE color: 5426602.

HSL color Cylindrical-coordinate representation of color #AACD52: hue angle of 77.07º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AACD52 is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB17020582-
CMYK0.1700.60.20
HSL77.07º55.16%56.27%-
HSV(B)77.07º60%80.39%-
XYZ39.9352.8216.07-
YUV180.5172.4120.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 205 (80.47% from 255) = 44.86%
BLUE value IS 82 (32.42% from 255) = 17.94%
R=37.20%
G=44.86%
B=17.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170205820.1700.60.2077.0755.1656.27
HexAACD521103C144d3738
Octal25231512221074241156770
Binary10101010110011011010010100010111100101001001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD52; }

 p { color: rgb(170,205,82); }

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

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

 a { background-color: rgb(170,205,82); }

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

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

 span { border-color: rgb(170,205,82); }

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