#A3C755

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

Shades of Conifer #A3C755

Tints of Conifer #A3C755

Color information

#A3C755 (or 0xA3C755) is unknown color: approx Conifer. HEX triplet: A3, C7 and 55. RGB value is (163,199,85). Sum of RGB (Red+Green+Blue) = 163+199+85=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C755 is #5C38AA. Grayscale: #AFAFAF. Windows color (decimal): -6043819 or 5621667. OLE color: 5621667.

HSL color Cylindrical-coordinate representation of color #A3C755: hue angle of 78.95º degrees, saturation: 0.5, 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 #A3C755 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB16319985-
CMYK0.1800.570.22
HSL78.95º50.44%55.69%-
HSV(B)78.95º57.29%78.04%-
XYZ37.1749.2916.15-
YUV175.2477.07119.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 199 (78.12% from 255) = 44.52%
BLUE value IS 85 (33.59% from 255) = 19.02%
R=36.47%
G=44.52%
B=19.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163199850.1800.570.2278.9550.4455.69
HexA3C75512039164f3238
Octal24330712522071261176270
Binary10100011110001111010101100100111001101101001111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C755; }

 p { color: rgb(163,199,85); }

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

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

 a { background-color: rgb(163,199,85); }

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

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

 span { border-color: rgb(163,199,85); }

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