#A1C855

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

Shades of Conifer #A1C855

Tints of Conifer #A1C855

Color information

#A1C855 (or 0xA1C855) is unknown color: approx Conifer. HEX triplet: A1, C8 and 55. RGB value is (161,200,85). Sum of RGB (Red+Green+Blue) = 161+200+85=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C855 is #5E37AA. Grayscale: #AFAFAF. Windows color (decimal): -6174635 or 5621921. OLE color: 5621921.

HSL color Cylindrical-coordinate representation of color #A1C855: hue angle of 80.35º 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 #A1C855 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB16120085-
CMYK0.1900.580.22
HSL80.35º51.11%55.88%-
HSV(B)80.35º57.5%78.43%-
XYZ36.9949.5416.21-
YUV175.2377.08117.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 200 (78.52% from 255) = 44.84%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=36.10%
G=44.84%
B=19.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161200850.1900.580.2280.3551.1155.88
HexA1C8551303A16503338
Octal24131012523072261206370
Binary10100001110010001010101100110111010101101010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C855; }

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

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

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

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

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

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

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

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