#A4DC63

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

Shades of Conifer #A4DC63

Tints of Conifer #A4DC63

Color information

#A4DC63 (or 0xA4DC63) is unknown color: approx Conifer. HEX triplet: A4, DC and 63. RGB value is (164,220,99). Sum of RGB (Red+Green+Blue) = 164+220+99=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC63 is #5B239C. Grayscale: #BDBDBD. Windows color (decimal): -5972893 or 6544548. OLE color: 6544548.

HSL color Cylindrical-coordinate representation of color #A4DC63: hue angle of 87.77º 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 #A4DC63 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB16422099-
CMYK0.2500.550.14
HSL87.77º63.35%62.55%-
HSV(B)87.77º55%86.27%-
XYZ43.1659.9821.11-
YUV189.4676.95109.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 220 (86.33% from 255) = 45.55%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=33.95%
G=45.55%
B=20.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164220990.2500.550.1487.7763.3562.55
HexA4DC6319037E583f3f
Octal24433414331067161307777
Binary1010010011011100110001111001011011111101011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DC63; }

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

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

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

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

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

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

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

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