#A4D463

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

Shades of Conifer #A4D463

Tints of Conifer #A4D463

Color information

#A4D463 (or 0xA4D463) is unknown color: approx Conifer. HEX triplet: A4, D4 and 63. RGB value is (164,212,99). Sum of RGB (Red+Green+Blue) = 164+212+99=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D463 is #5B2B9C. Grayscale: #B9B9B9. Windows color (decimal): -5974941 or 6542500. OLE color: 6542500.

HSL color Cylindrical-coordinate representation of color #A4D463: hue angle of 85.49º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4D463 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB16421299-
CMYK0.2300.530.17
HSL85.49º56.78%60.98%-
HSV(B)85.49º53.3%83.14%-
XYZ41.1155.8820.42-
YUV184.7779.6113.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=34.53%
G=44.63%
B=20.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164212990.2300.530.1785.4956.7860.98
HexA4D463170351155393d
Octal24432414327065211257175
Binary10100100110101001100011101110110101100011010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D463; }

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

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

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

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

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

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

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

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