#A9DC63

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

Shades of Conifer #A9DC63

Tints of Conifer #A9DC63

Color information

#A9DC63 (or 0xA9DC63) is unknown color: approx Conifer. HEX triplet: A9, DC and 63. RGB value is (169,220,99). Sum of RGB (Red+Green+Blue) = 169+220+99=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9DC63 is #56239C. Grayscale: #BFBFBF. Windows color (decimal): -5645213 or 6544553. OLE color: 6544553.

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

Color convert

RGB16922099-
CMYK0.2300.550.14
HSL85.29º63.35%62.55%-
HSV(B)85.29º55%86.27%-
XYZ44.2160.5221.16-
YUV190.9676.1112.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 220 (86.33% from 255) = 45.08%
BLUE value IS 99 (39.06% from 255) = 20.29%
R=34.63%
G=45.08%
B=20.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169220990.2300.550.1485.2963.3562.55
HexA9DC6317037E553f3f
Octal25133414327067161257777
Binary1010100111011100110001110111011011111101010101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DC63; }

 p { color: rgb(169,220,99); }

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

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

 a { background-color: rgb(169,220,99); }

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

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

 span { border-color: rgb(169,220,99); }

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