#A9D649

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

Shades of Conifer #A9D649

Tints of Conifer #A9D649

Color information

#A9D649 (or 0xA9D649) is unknown color: approx Conifer. HEX triplet: A9, D6 and 49. RGB value is (169,214,73). Sum of RGB (Red+Green+Blue) = 169+214+73=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D649 is #5629B6. Grayscale: #B8B8B8. Windows color (decimal): -5646775 or 4839081. OLE color: 4839081.

HSL color Cylindrical-coordinate representation of color #A9D649: hue angle of 79.15º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9D649 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB16921473-
CMYK0.2100.660.16
HSL79.15º63.23%56.27%-
HSV(B)79.15º65.89%83.92%-
XYZ41.6157.0115.11-
YUV184.4765.09116.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 214 (83.98% from 255) = 46.93%
BLUE value IS 73 (28.91% from 255) = 16.01%
R=37.06%
G=46.93%
B=16.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169214730.2100.660.1679.1563.2356.27
HexA9D64915042104f3f38
Octal251326111250102201177770
Binary101010011101011010010011010101000010100001001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D649; }

 p { color: rgb(169,214,73); }

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

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

 a { background-color: rgb(169,214,73); }

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

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

 span { border-color: rgb(169,214,73); }

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