#AADC48

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

Shades of Conifer #AADC48

Tints of Conifer #AADC48

Color information

#AADC48 (or 0xAADC48) is unknown color: approx Conifer. HEX triplet: AA, DC and 48. RGB value is (170,220,72). Sum of RGB (Red+Green+Blue) = 170+220+72=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC48 is #5523B7. Grayscale: #BCBCBC. Windows color (decimal): -5579704 or 4775082. OLE color: 4775082.

HSL color Cylindrical-coordinate representation of color #AADC48: hue angle of 80.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AADC48 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB17022072-
CMYK0.2300.670.14
HSL80.27º67.89%57.25%-
HSV(B)80.27º67.27%86.27%-
XYZ43.3460.215.47-
YUV188.1862.44115.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 220 (86.33% from 255) = 47.62%
BLUE value IS 72 (28.52% from 255) = 15.58%
R=36.80%
G=47.62%
B=15.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170220720.2300.670.1480.2767.8957.25
HexAADC4817043E504439
Octal2523341102701031612010471
Binary101010101101110010010001011101000011111010100001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC48; }

 p { color: rgb(170,220,72); }

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

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

 a { background-color: rgb(170,220,72); }

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

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

 span { border-color: rgb(170,220,72); }

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