#A9DD44

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

Shades of Conifer #A9DD44

Tints of Conifer #A9DD44

Color information

#A9DD44 (or 0xA9DD44) is unknown color: approx Conifer. HEX triplet: A9, DD and 44. RGB value is (169,221,68). Sum of RGB (Red+Green+Blue) = 169+221+68=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DD44 is #5622BB. Grayscale: #BCBCBC. Windows color (decimal): -5644988 or 4513193. OLE color: 4513193.

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

Color convert

RGB16922168-
CMYK0.2400.690.13
HSL80.39º69.23%56.67%-
HSV(B)80.39º69.23%86.67%-
XYZ43.2660.5714.88-
YUV188.0160.27114.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 221 (86.72% from 255) = 48.25%
BLUE value IS 68 (26.95% from 255) = 14.85%
R=36.90%
G=48.25%
B=14.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169221680.2400.690.1380.3969.2356.67
HexA9DD4418045D504539
Octal2513351043001051512010571
Binary101010011101110110001001100001000101110110100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DD44; }

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

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

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

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

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

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

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

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