#A9DD46

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

Shades of Conifer #A9DD46

Tints of Conifer #A9DD46

Color information

#A9DD46 (or 0xA9DD46) is unknown color: approx Conifer. HEX triplet: A9, DD and 46. RGB value is (169,221,70). Sum of RGB (Red+Green+Blue) = 169+221+70=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DD46 is #5622B9. Grayscale: #BCBCBC. Windows color (decimal): -5644986 or 4644265. OLE color: 4644265.

HSL color Cylindrical-coordinate representation of color #A9DD46: hue angle of 80.66º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9DD46 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB16922170-
CMYK0.2400.680.13
HSL80.66º68.95%57.06%-
HSV(B)80.66º68.33%86.67%-
XYZ43.3260.5915.21-
YUV188.2461.27114.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.74%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 70 (27.73% from 255) = 15.22%
R=36.74%
G=48.04%
B=15.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169221700.2400.680.1380.6668.9557.06
HexA9DD4618044D514539
Octal2513351063001041512110571
Binary101010011101110110001101100001000100110110100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DD46; }

 p { color: rgb(169,221,70); }

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

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

 a { background-color: rgb(169,221,70); }

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

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

 span { border-color: rgb(169,221,70); }

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