#A9D745

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

Shades of Conifer #A9D745

Tints of Conifer #A9D745

Color information

#A9D745 (or 0xA9D745) is unknown color: approx Conifer. HEX triplet: A9, D7 and 45. RGB value is (169,215,69). Sum of RGB (Red+Green+Blue) = 169+215+69=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D745 is #5628BA. Grayscale: #B9B9B9. Windows color (decimal): -5646523 or 4577193. OLE color: 4577193.

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

Color convert

RGB16921569-
CMYK0.2100.680.16
HSL78.9º64.6%55.69%-
HSV(B)78.9º67.91%84.31%-
XYZ41.7457.4714.52-
YUV184.662.76116.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.31%
GREEN value IS 215 (84.38% from 255) = 47.46%
BLUE value IS 69 (27.34% from 255) = 15.23%
R=37.31%
G=47.46%
B=15.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169215690.2100.680.1678.964.655.69
HexA9D74515044104f4138
Octal2513271052501042011710170
Binary1010100111010111100010110101010001001000010011111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D745; }

 p { color: rgb(169,215,69); }

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

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

 a { background-color: rgb(169,215,69); }

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

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

 span { border-color: rgb(169,215,69); }

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