#A4C855

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

Shades of Conifer #A4C855

Tints of Conifer #A4C855

Color information

#A4C855 (or 0xA4C855) is unknown color: approx Conifer. HEX triplet: A4, C8 and 55. RGB value is (164,200,85). Sum of RGB (Red+Green+Blue) = 164+200+85=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C855 is #5B37AA. Grayscale: #B0B0B0. Windows color (decimal): -5978027 or 5621924. OLE color: 5621924.

HSL color Cylindrical-coordinate representation of color #A4C855: hue angle of 78.78º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4C855 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB16420085-
CMYK0.1800.580.22
HSL78.78º51.11%55.88%-
HSV(B)78.78º57.5%78.43%-
XYZ37.649.8616.24-
YUV176.1376.57119.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 200 (78.52% from 255) = 44.54%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=36.53%
G=44.54%
B=18.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164200850.1800.580.2278.7851.1155.88
HexA4C8551203A164f3338
Octal24431012522072261176370
Binary10100100110010001010101100100111010101101001111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C855; }

 p { color: rgb(164,200,85); }

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

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

 a { background-color: rgb(164,200,85); }

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

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

 span { border-color: rgb(164,200,85); }

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